remove withDockerCotnainer

This commit is contained in:
Kamil Guttmann 2022-04-03 20:27:15 +02:00
parent 6af999f0de
commit 2f18822b80

3
Jenkinsfile vendored
View File

@ -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 {
}
}
}
}