Browse Source

DATACMNS-1536 - Polishing.

pull/420/head
Greg Turnquist 7 years ago
parent
commit
c008b8ee6e
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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

Loading…
Cancel
Save