#838 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-03 11:25:45 -05:00
parent 8d36744d9f
commit 7816f1d0d9

4
Jenkinsfile vendored
View File

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