added chmod
This commit is contained in:
parent
daea941b07
commit
ec5a33cbdd
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -11,6 +11,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
|
sh "chmod 777 ./script.sh"
|
||||||
sh './script.sh'
|
sh './script.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user