Skip to content

Commit

Permalink
Updates release deploy call in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed May 17, 2018
1 parent bd5326e commit a1cd266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
if (params.RELEASE_VERSION.endsWith('-SNAPSHOT')) {
sh "./gradlew publish -PdeployUrl='https://build.incquerylabs.com/nexus/repository/v4md-snapshots/' "
} else {
sh "./gradlew publish -PdeployUrl='https://build.incquerylabs.com/nexus/repository/v4md-releases/' "
sh "./gradlew publish -PdeployUrl='https://build.incquerylabs.com/nexus/repository/v4md-releases/' -PviatraVersion=${params.RELEASE_VERSION} -PviatraIncubationVersion=${params.INCUBATION_VERSION}"
}
}
}
Expand Down

0 comments on commit a1cd266

Please sign in to comment.