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