Skip to content

Commit 57d0b11

Browse files
committed
Refine Artifactory build name.
See #3229
1 parent 9912e48 commit 57d0b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pipeline {
153153
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
154154
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
155155
"-Dartifactory.build-name=spring-data-jpa " +
156-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
156+
"-Dartifactory.build-number=spring-data-jpa-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
157157
'-Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa-enterprise ' +
158158
'-Dmaven.test.skip=true clean deploy -U -B '
159159
}

0 commit comments

Comments
 (0)