fix jenkins?
This commit is contained in:
parent
1949478133
commit
3876e23d1c
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -14,7 +14,8 @@ pipeline{
|
|||||||
stage('sh: Shell Script'){
|
stage('sh: Shell Script'){
|
||||||
steps{
|
steps{
|
||||||
withEnv(["CUTOFF=${params.CUTOFF}"])
|
withEnv(["CUTOFF=${params.CUTOFF}"])
|
||||||
./script.sh
|
sh "chmod 777 ./script.sh"
|
||||||
|
sh "./script.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts'){
|
stage('Archive artifacts'){
|
||||||
|
Loading…
Reference in New Issue
Block a user