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'){ stage('sh: Shell Script'){
steps{ steps{
withEnv(["CUTOFF=${params.CUTOFF}"]) withEnv(["CUTOFF=${params.CUTOFF}"]) {
sh "chmod 777 ./script.sh" sh "chmod 777 ./script.sh"
./data.sh ./data.sh
} }
} }
}
stage('Archive artifacts'){ stage('Archive artifacts'){
steps{ steps{
archiveArtifacts 'test.csv' archiveArtifacts 'test.csv'