.
This commit is contained in:
parent
e49c2aa5e1
commit
a3d5cab581
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -18,11 +18,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.username}",
|
withEnv(['KAGGLE_USERNAME=$params.username',
|
||||||
"KAGGLE_KEY=${params.key}" ]) {
|
'KAGGLE_KEY=$params.key' ]) {
|
||||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
sh 'chmod +x preparations.sh'
|
sh 'chmod +x preparations.sh'
|
||||||
sh './preparations.sh'
|
sh './preparations.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user