mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
fixed type
This commit is contained in:
parent
8cfbbd80ed
commit
3334b08be5
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -7,9 +7,7 @@ pipeline {
|
|||
// START :
|
||||
// Definition of Jenkins job configuration
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
tools {
|
||||
MAVEN_TOOL 'M3'
|
||||
}
|
||||
|
||||
options {
|
||||
skipStagesAfterUnstable()
|
||||
}
|
||||
|
@ -41,7 +39,7 @@ pipeline {
|
|||
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
|
||||
rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "ARTIFACTORY_SERVER",
|
||||
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
|
||||
rtMavenRun (tool: MAVEN_TOOL, pom: './pom.xml',goals: 'clean install',
|
||||
rtMavenRun (tool: 'mvn', pom: './pom.xml',goals: 'clean install',
|
||||
deployerId: "MAVEN_DEPLOYER",resolverId: "MAVEN_RESOLVER")
|
||||
//sh 'curl -X PUT -u jfroguser:AdminPassword1 ./target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar "https://petclinic.jfrog.io/artifactory/spring-petclinic/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue