remove withDockerCotnainer
This commit is contained in:
parent
6af999f0de
commit
2f18822b80
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -31,12 +31,9 @@ pipeline {
|
||||
}
|
||||
stage("Download data") {
|
||||
steps {
|
||||
withDockerContainer('ium'){
|
||||
sh "ls"
|
||||
sh "./download_data.sh"
|
||||
sh "python3 clean_and_split_data.py"
|
||||
archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true
|
||||
}
|
||||
sh "./download_data.sh"
|
||||
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