diff --git a/Jenkinsfile b/Jenkinsfile index e5cb20250..0a04481dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -173,7 +173,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-jpa " + + "-Dartifactory.build-name=spring-data-jpa-2.1 " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' } @@ -202,7 +202,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-jpa " + + "-Dartifactory.build-name=spring-data-jpa-2.1 " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' }