fix quote issue

This commit is contained in:
Benjamin Stein 2017-08-29 15:11:40 -07:00
parent 0493ff6d1c
commit 4a1b7c4ee3

View file

@ -28,7 +28,7 @@ pipeline {
agent any agent any
steps { steps {
sh 'docker rm -f petclinic-tomcat-temp || true' sh 'docker rm -f petclinic-tomcat-temp || true'
sh 'docker run -d --network=bridge --name petclinic-tomcat-temp liatrio/petclinic-tomcat:${env.BRANCH_NAME}' sh "docker run -d --network=bridge --name petclinic-tomcat-temp liatrio/petclinic-tomcat:${env.BRANCH_NAME}"
} }
} }
stage('Smoke-Test') { stage('Smoke-Test') {