Browse Source

DATAJDBC-376 - Polishing.

1.0.x
Greg Turnquist 7 years ago
parent
commit
3675eb41d4
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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

Loading…
Cancel
Save