1
0
Fork 0
This commit is contained in:
Alicja Szulecka 2024-03-26 19:09:35 +01:00
parent 4d70607765
commit 4c7b53dfd9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ pipeline {
sh 'rm -rf artifacts' sh 'rm -rf artifacts'
} }
} }
}
stage('Build') { stage('Build') {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
@ -24,5 +23,6 @@ pipeline {
sh 'bash ./get_dataset.sh' sh 'bash ./get_dataset.sh'
} }
} }
}
} }