fix space

This commit is contained in:
Robert Schumann
2021-12-10 21:51:08 +01:00
parent a5ff675bc9
commit 28e21af0f5
Vendored
+2 -2
View File
@@ -31,8 +31,8 @@ def pipeline() {
stage('image build') {
DOCKER_IMAGE = docker.build(
"${DOCKER_REGISTRY}/${DOCKER_REPO}:${BUILD_ID}",
"--build-arg UPSTREAM_IMAGE=${UPSTREAM_IMAGE}" +
"${DOCKER_REGISTRY}/${DOCKER_REPO}:${BUILD_ID} ",
"--build-arg UPSTREAM_IMAGE=${UPSTREAM_IMAGE} " +
"--no-cache ${DOCKER_ARGS} ."
)
}