Skip to content

Commit 7336b57

Browse files
committed
Refine Artifactory build name.
See #1672
1 parent 52fe74e commit 7336b57

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
@@ -110,7 +110,7 @@ pipeline {
110110
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
111111
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
112112
"-Dartifactory.build-name=spring-data-relational " +
113-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
113+
"-Dartifactory.build-number=spring-data-relational-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
114114
"-Dmaven.test.skip=true clean deploy -U -B"
115115
}
116116
}

0 commit comments

Comments
 (0)