DATAREST-1380 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-05 12:00:31 -05:00
parent 959aed708a
commit 13e069e889

4
Jenkinsfile vendored
View File

@@ -62,7 +62,7 @@ pipeline {
"-Dartifactory.username=${ARTIFACTORY_USR} " +
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
"-Dartifactory.staging-repository=libs-snapshot-local " +
"-Dartifactory.build-name=spring-data-rest " +
"-Dartifactory.build-name=spring-data-rest-3.1 " +
"-Dartifactory.build-number=${BUILD_NUMBER} " +
'-Dmaven.test.skip=true clean deploy -B'
}
@@ -91,7 +91,7 @@ pipeline {
"-Dartifactory.username=${ARTIFACTORY_USR} " +
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
"-Dartifactory.staging-repository=libs-snapshot-local " +
"-Dartifactory.build-name=spring-data-rest " +
"-Dartifactory.build-name=spring-data-rest-3.1 " +
"-Dartifactory.build-number=${BUILD_NUMBER} " +
'-Dmaven.test.skip=true clean deploy -B'
}