Again removed withenv
This commit is contained in:
parent
1a37703962
commit
26f3ad351a
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -28,13 +28,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("Download data") {
|
stage("Download data") {
|
||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
sh "ls"
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
sh "./download_data.sh"
|
||||||
sh "ls"
|
sh "python3 clean_and_split_data.py"
|
||||||
sh "./download_data.sh"
|
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true
|
||||||
sh "python3 clean_and_split_data.py"
|
|
||||||
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user