Skip to content

Commit 55ad429

Browse files
committed
Refine Artifactory build name.
See #2981
1 parent 29677a6 commit 55ad429

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
@@ -99,7 +99,7 @@ pipeline {
9999
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
100100
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
101101
"-Dartifactory.build-name=spring-data-commons " +
102-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
102+
"-Dartifactory.build-number=spring-data-commons-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
103103
"-Dmaven.test.skip=true clean deploy -U -B"
104104
}
105105
}

0 commit comments

Comments
 (0)