diff --git a/Jenkinsfile b/Jenkinsfile index 7ab8ceb..1982c06 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,6 @@ pipeline{ steps{ withEnv(["CUTOFF=${params.CUTOFF}"]) { sh "chmod 777 ./script.sh" - sh "./script.sh" } }} stage('Archive artifacts'){