From d92d7481e27efc8c73d45146fb81d75fd1e5b1a5 Mon Sep 17 00:00:00 2001 From: Benjamin Stein Date: Mon, 5 Jun 2017 16:35:09 -0700 Subject: [PATCH] specifying to deploy to tomcat and fixing network names --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f9174cb1..19327f1de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,14 +22,14 @@ pipeline { } } steps { - sh 'cp target/petclinic.war /usr/share/jenkins/ref/petclinic/petclinic.war' + sh 'cp target/petclinic.war /usr/share/jenkins/ref/tomcat/petclinic.war' } } stage('Sonar') { agent { docker { image 'sebp/sonar-runner' - args '--network=plumbing_default' + args '--network=demodeploymentpipeline_default' } } steps { @@ -40,7 +40,7 @@ pipeline { agent { docker { image 'liatrio/selenium-firefox' - args '--network=plumbing_default' + args '--network=demodeploymentpipeline_default' } } steps {