fix braces

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

3
Jenkinsfile vendored
View File

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