Merge pull request #30 from liatrio/LDOP-302-full-demo

LDOP-302 full-demo jenkinsfile now uses updated getArtifact.
This commit is contained in:
Chad Duffin 2017-09-21 11:34:51 -07:00 committed by GitHub
commit b13e480892

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