fix cutoff
This commit is contained in:
parent
14b2cc2937
commit
fba097b316
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -16,8 +16,8 @@ pipeline {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
|
|
||||||
sh 'bash ./get_dataset.sh 100'
|
sh 'bash ./get_dataset.sh $CUTOFF'
|
||||||
|
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user