We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410d38d commit fbad9f7Copy full SHA for fbad9f7
Jenkinsfile
@@ -235,7 +235,7 @@ pipeline {
235
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
236
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
237
"-Dartifactory.build-name=spring-data-mongodb " +
238
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-mongodb-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
239
"-Dmaven.test.skip=true clean deploy -U -B"
240
}
241
0 commit comments