fix jenkinsfile

This commit is contained in:
AdamOsiowy123 2022-04-10 21:26:16 +02:00
parent c30c14623d
commit fc64dd1fe9

View File

@ -28,9 +28,8 @@ node {
stage('Run script') {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) {
sh "rm real-or-fake-fake-jobposting-prediction.zip"
sh "ls"
sh "python3 download_dataset.py '.' 'dataset.csv'"
sh "ls"
}
}
stage('Archive artifacts') {