mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Merge pull request #30 from liatrio/LDOP-302-full-demo
LDOP-302 full-demo jenkinsfile now uses updated getArtifact.
This commit is contained in:
commit
b13e480892
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pipeline {
|
||||||
sh 'mvn clean'
|
sh 'mvn clean'
|
||||||
script {
|
script {
|
||||||
pom = readMavenPom file: 'pom.xml'
|
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