This commit is contained in:
s444501 2022-03-27 18:03:31 +02:00
parent 523b50f6f5
commit 1b6accfd0a

1
Jenkinsfile vendored
View File

@ -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'
}
}