Removes worng symbol
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
testing/ogGui-multibranch/pipeline/head There was a failure building this commit
Details
parent
60f425f873
commit
17bd727eb3
|
@ -33,7 +33,7 @@ pipeline {
|
||||||
docker.build("${IMAGE_ID_TESTING}", "-f Dockerfile-testing .")
|
docker.build("${IMAGE_ID_TESTING}", "-f Dockerfile-testing .")
|
||||||
if (TAG_NAME) {
|
if (TAG_NAME) {
|
||||||
TAG_ID = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${env.TAG_NAME}"
|
TAG_ID = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${env.TAG_NAME}"
|
||||||
})
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue