Zaktualizuj 'Docker/Jenkinsfile'
This commit is contained in:
parent
ffe1cec583
commit
491bc7a2a6
4
Docker/Jenkinsfile
vendored
4
Docker/Jenkinsfile
vendored
@ -5,13 +5,13 @@ pipeline {
|
||||
|
||||
stage ("run agent") {
|
||||
steps {
|
||||
sh 'docker build -f './Docker/Dockerfile' -t 'ium_docker' .'
|
||||
sh 'docker build -f ./Docker/Dockerfile -t ium_docker .'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Split set into dev/train/test') {
|
||||
steps {
|
||||
sh 'docker run -ti 'ium_docker' python3 ./Docker/script.py'
|
||||
sh 'docker run -ti ium_docker python3 ./Docker/script.py'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user