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'){
|
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'){
|
||||||
|
Loading…
Reference in New Issue
Block a user