fix braces
This commit is contained in:
parent
468d24acde
commit
34a6a3a29c
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user