DATALDAP-119 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-03 17:03:49 -05:00
parent e1b3ce1842
commit 54266141f1

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