IUM_03 - Jenkinsfile fix
This commit is contained in:
parent
a65cc10fae
commit
de85067b5c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -28,8 +28,8 @@ pipeline {
|
|||||||
|
|
||||||
stage('Download dataset') {
|
stage('Download dataset') {
|
||||||
steps {
|
steps {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}"]) {
|
||||||
sh './download_dataset.sh ${params.CUTOFF}'
|
sh "/download_dataset.sh $CUTOFF"
|
||||||
archiveArtifacts artifacts: 'data.csv', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'data.csv', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user