DATACOUCH-456 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-03 11:42:19 -05:00
parent fba0228093
commit f0595c91f9

4
Jenkinsfile vendored
View File

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