This commit is contained in:
s444501 2022-03-27 17:39:25 +02:00
parent 3bfd589d15
commit 523b50f6f5

1
Jenkinsfile vendored
View File

@ -28,6 +28,7 @@ pipeline {
stage('Shell Script') {
steps {
sh 'chmod u+x download.sh'
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh './download.sh'
}