mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
LDOP-302 full-demo jenkinsfile now uses updated getArtifact.
This commit is contained in:
parent
6cae399590
commit
618958c3ee
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pipeline {
|
|||
sh 'mvn clean'
|
||||
script {
|
||||
pom = readMavenPom file: 'pom.xml'
|
||||
getArtifact(pom.groupId, pom.artifactId, pom.version)
|
||||
getArtifact(pom.groupId, pom.artifactId, pom.version, "petclinic")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue