diff --git a/Jenkinsfile b/Jenkinsfile index 7b8c7bcf6..84daf660c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-build " + + "-Dartifactory.build-name=spring-data-commons " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' } @@ -86,7 +86,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-build " + + "-Dartifactory.build-name=spring-data-commons " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' }