diff --git a/Jenkinsfile b/Jenkinsfile index 65c3edc..e018a3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline{ steps{ withEnv(["CUTOFF=${params.CUTOFF}"]) { sh "chmod 777 ./script.sh" - sh "python3 ./script2.py" + } }}