We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62e5f3 commit d534551Copy full SHA for d534551
Jenkinsfile
@@ -353,7 +353,7 @@ pipeline {
353
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
354
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
355
"-Dartifactory.build-name=spring-data-mongodb " +
356
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-mongodb-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
357
"-Dmaven.test.skip=true clean deploy -U -B"
358
}
359
0 commit comments