We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60f0cd commit 44765bcCopy full SHA for 44765bc
Jenkinsfile
@@ -325,7 +325,7 @@ pipeline {
325
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
326
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
327
"-Dartifactory.build-name=spring-data-mongodb " +
328
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-mongodb-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
329
"-Dmaven.test.skip=true clean deploy -U -B"
330
}
331
0 commit comments