remove withDockerCotnainer
This commit is contained in:
parent
6af999f0de
commit
2f18822b80
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -31,8 +31,6 @@ 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
|
||||
@ -40,4 +38,3 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user