Skip to content

Commit c0dad83

Browse files
committed
Refine Artifactory build name.
See #2333
1 parent 9ab41e7 commit c0dad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pipeline {
110110
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
111111
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
112112
"-Dartifactory.build-name=spring-data-rest " +
113-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
113+
"-Dartifactory.build-number=spring-data-rest-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
114114
"-Dmaven.test.skip=true clean deploy -U -B"
115115
}
116116
}

0 commit comments

Comments
 (0)