This commit is contained in:
s487178 2023-04-12 22:40:34 +02:00
parent 1c7af1c36a
commit dc9eb1bd69

View File

@ -12,7 +12,7 @@ pipeline {
copyArtifacts(projectName: 's487178-create-dataset', fingerprintArtifacts: true)
sh 'make deploy'
}
}
stage('Build Docker image') {
steps {
sh 'docker build -t ium_s487178 -f dockerfile3 .'