Browse Source

DATAMONGO-2280 - Polishing.

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

4
Jenkinsfile vendored

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

Loading…
Cancel
Save