From 80278d7583c69a51410dca21077c064456312f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 18 Oct 2019 15:03:20 +0200 Subject: [PATCH] added python prefix --- Jenkins/Phabricator-pipeline/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 76d3c7e..dc3006c 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { } stage('arc patch') { steps { - sh 'lvm-premerge-checks/scripts/phabtalk/apply_patch.py' + sh 'python lvm-premerge-checks/scripts/phabtalk/apply_patch.py' } } stage('CMake') {