From 81d62988ec0fe877443f08ba9eaa85432e4f26a9 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 5 Jul 2019 12:02:39 -0500 Subject: [PATCH] DATAREST-1380 - Polishing. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e254ed9b0..defd41f56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-rest " + + "-Dartifactory.build-name=spring-data-rest-2.6 " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' } @@ -91,7 +91,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-rest " + + "-Dartifactory.build-name=spring-data-rest-2.6 " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' }