|
|
|
|
@ -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' |
|
|
|
|
} |
|
|
|
|
|