Merge branch 'master' into LDOP-301-dockerhub-push

This commit is contained in:
Benjamin Stein 2017-09-14 15:32:50 -07:00 committed by GitHub
commit 2f3216f6f7

View file

@ -45,7 +45,6 @@ pipeline {
agent any agent any
steps { steps {
sh 'docker rm -f petclinic-tomcat-temp || true' sh 'docker rm -f petclinic-tomcat-temp || true'
sh 'env | grep LDOP'
sh "docker run -d --network=${LDOP_NETWORK_NAME} --name petclinic-tomcat-temp liatrio/petclinic-tomcat:${env.BRANCH_NAME}" sh "docker run -d --network=${LDOP_NETWORK_NAME} --name petclinic-tomcat-temp liatrio/petclinic-tomcat:${env.BRANCH_NAME}"
} }
} }