From 1edf473e8501c89caaf865fee7430c3dd08363dc Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 1 Mar 2018 15:30:46 +0100 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 950e07c..30a32fb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ node { /* This builds the actual image; synonymous to * docker build on the command line */ - app = docker.build("brokenfire/brokendiscordbot","--rm=true .", -e "BUILD_NBR=${BUIL_NUMBER} BRANCH_NAME=${BRANCH_NAME}") + app = docker.build("brokenfire/brokendiscordbot","--rm=true . -e \"BUILD_NBR=${BUIL_NUMBER} BRANCH_NAME=${BRANCH_NAME}\"") } stage('Push image') { /* Finally, we'll push the image with two tags: