mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
fix space
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -31,8 +31,8 @@ def pipeline() {
|
|||||||
|
|
||||||
stage('image build') {
|
stage('image build') {
|
||||||
DOCKER_IMAGE = docker.build(
|
DOCKER_IMAGE = docker.build(
|
||||||
"${DOCKER_REGISTRY}/${DOCKER_REPO}:${BUILD_ID}",
|
"${DOCKER_REGISTRY}/${DOCKER_REPO}:${BUILD_ID} ",
|
||||||
"--build-arg UPSTREAM_IMAGE=${UPSTREAM_IMAGE}" +
|
"--build-arg UPSTREAM_IMAGE=${UPSTREAM_IMAGE} " +
|
||||||
"--no-cache ${DOCKER_ARGS} ."
|
"--no-cache ${DOCKER_ARGS} ."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user