Typo fix in Jenkinsfile
This commit is contained in:
parent
e9ce9ea17f
commit
7345fe27a4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=%{params.CUTOFF}"]) {
|
||||
"CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "./download_data.sh $CUTOFF"
|
||||
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user