LDOP-302 full-demo jenkinsfile now uses updated getArtifact.

This commit is contained in:
Chad Duffin 2017-09-21 09:47:44 -07:00
parent 6cae399590
commit 618958c3ee

View file

@ -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")
} }
} }
} }