Skip to content

Commit fbad9f7

Browse files
committed
Refine Artifactory build name.
See #4562
1 parent 410d38d commit fbad9f7

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
@@ -235,7 +235,7 @@ pipeline {
235235
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
236236
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
237237
"-Dartifactory.build-name=spring-data-mongodb " +
238-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
238+
"-Dartifactory.build-number=spring-data-mongodb-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
239239
"-Dmaven.test.skip=true clean deploy -U -B"
240240
}
241241
}

0 commit comments

Comments
 (0)