Skip to content

Commit 44765bc

Browse files
committed
Refine Artifactory build name.
See #4562
1 parent f60f0cd commit 44765bc

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
@@ -325,7 +325,7 @@ pipeline {
325325
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
326326
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
327327
"-Dartifactory.build-name=spring-data-mongodb " +
328-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
328+
"-Dartifactory.build-number=spring-data-mongodb-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
329329
"-Dmaven.test.skip=true clean deploy -U -B"
330330
}
331331
}

0 commit comments

Comments
 (0)