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