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