mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
mvn diff
This commit is contained in:
parent
911b693250
commit
e43b6cdbfc
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -43,7 +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: 'mvn', pom: './pom.xml',goals: 'clean install',
|
rtMavenRun (tool: 'M2_HOME', pom: './pom.xml',goals: 'clean install',
|
||||||
deployerId: "MAVEN_DEPLOYER",resolverId: "MAVEN_RESOLVER")
|
deployerId: "MAVEN_DEPLOYER",resolverId: "MAVEN_RESOLVER")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue