DATACASS-659 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-03 10:58:06 -05:00
parent de28fe42e1
commit 2727ada9d5

4
Jenkinsfile vendored
View File

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