test
This commit is contained in:
parent
3bfd589d15
commit
523b50f6f5
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -28,6 +28,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Shell Script') {
|
stage('Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'chmod u+x download.sh'
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||||
sh './download.sh'
|
sh './download.sh'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user