Skip to content

Commit

Permalink
Removed orcid-model references from JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed May 5, 2020
1 parent 370a5ae commit 45fce82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ node {
try {
sh "mkdir -p $EHCACHE_LOCATION"
do_maven("versions:set -DnewVersion=${BRANCH_NAME}-${BUILD_NUMBER} -f orcid-test/pom.xml")
do_maven("versions:set -DnewVersion=${BRANCH_NAME}-${BUILD_NUMBER} -f orcid-model/pom.xml")
do_maven("versions:set -DnewVersion=${BRANCH_NAME}-${BUILD_NUMBER}")
} catch(Exception err) {
orcid_notify("Failed to update artifact versions ${env.BRANCH_NAME}#$BUILD_NUMBER FAILED [${JOB_URL}]", 'ERROR')
Expand All @@ -44,7 +43,6 @@ node {
try {
parallel(
model: {do_maven("test -f orcid-test/pom.xml")},
test: {do_maven("test -f orcid-model/pom.xml")},
parent: {do_maven("test")}
)
} catch(Exception err) {
Expand Down

0 comments on commit 45fce82

Please sign in to comment.