From 1ce8e5cf8dbf05a420640e679f90b68e49260f35 Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Sun, 10 Jan 2021 20:52:15 -0800 Subject: [PATCH] removed run --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 17bdad221..17406c0d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,9 +43,7 @@ pipeline { releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot") rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server", releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot") - rtMavenRun (tool: '$M2_HOME', pom: './pom.xml',goals: 'clean install', - deployerId: "MAVEN_DEPLOYER",resolverId: "MAVEN_RESOLVER") - } + } } stage('build docker image') {