Skip to content

Commit eb4b0b4

Browse files
committed
Refine Artifactory build name.
See #2981
1 parent 098d779 commit eb4b0b4

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
@@ -114,7 +114,7 @@ pipeline {
114114
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
115115
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
116116
"-Dartifactory.build-name=spring-data-commons " +
117-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
117+
"-Dartifactory.build-number=spring-data-commons-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
118118
"-Dmaven.test.skip=true clean deploy -U -B"
119119
}
120120
}

0 commit comments

Comments
 (0)