fix braces

This commit is contained in:
Dawid 2021-03-28 21:02:36 +02:00
parent 468d24acde
commit 34a6a3a29c

7
Jenkinsfile vendored
View File

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