fix docker path
This commit is contained in:
parent
a8a3a93435
commit
267ff12eab
@ -1,6 +1,6 @@
|
||||
node {
|
||||
checkout scm
|
||||
def dockerImageIUM = docker.build("s444452/ium:1.3","Docker/Dockerfile")
|
||||
def dockerImageIUM = docker.build("s444452/ium:1.3","./Docker")
|
||||
dockerImageIUM.inside {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
|
Loading…
Reference in New Issue
Block a user