mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
removed run
This commit is contained in:
parent
96498e60de
commit
1ce8e5cf8d
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -43,9 +43,7 @@ pipeline {
|
||||||
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
|
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
|
||||||
rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server",
|
rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server",
|
||||||
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
|
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') {
|
stage('build docker image') {
|
||||||
|
|
Loading…
Reference in a new issue