Added a missing comma to Jenkinsfile
This commit is contained in:
parent
2b92acd9ae
commit
9108544552
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||
sh "./download_data.sh"
|
||||
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train" onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user