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