fix jenkins?

This commit is contained in:
michalzareba 2021-03-28 20:43:31 +02:00
parent 1949478133
commit 3876e23d1c

3
Jenkinsfile vendored
View File

@ -14,7 +14,8 @@ pipeline{
stage('sh: Shell Script'){
steps{
withEnv(["CUTOFF=${params.CUTOFF}"])
./script.sh
sh "chmod 777 ./script.sh"
sh "./script.sh"
}
}
stage('Archive artifacts'){