Skip to content

Commit d534551

Browse files
committed
Refine Artifactory build name.
See #4562
1 parent f62e5f3 commit d534551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ pipeline {
353353
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
354354
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
355355
"-Dartifactory.build-name=spring-data-mongodb " +
356-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
356+
"-Dartifactory.build-number=spring-data-mongodb-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
357357
"-Dmaven.test.skip=true clean deploy -U -B"
358358
}
359359
}

0 commit comments

Comments
 (0)