DATAREST-1380 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-05 12:02:39 -05:00
parent 47dad6c3f8
commit 81d62988ec

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-2.6 " +
"-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-2.6 " +
"-Dartifactory.build-number=${BUILD_NUMBER} " +
'-Dmaven.test.skip=true clean deploy -B'
}