fix jenkinsfile
This commit is contained in:
parent
c30c14623d
commit
fc64dd1fe9
@ -28,9 +28,8 @@ node {
|
|||||||
stage('Run script') {
|
stage('Run script') {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) {
|
"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 "python3 download_dataset.py '.' 'dataset.csv'"
|
||||||
|
sh "ls"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user