Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 12:46:09 +02:00
parent ce40618c29
commit 9965b0a1c3

6
Docker/Jenkinsfile vendored
View File

@ -15,12 +15,6 @@ pipeline {
}
}
stage('Build image') {
steps {
app = docker.build("ium_docker", "./Docker/")
}
}
stage('Split set into dev/train/test') {
steps {
app.inside {