We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29677a6 commit 55ad429Copy full SHA for 55ad429
Jenkinsfile
@@ -99,7 +99,7 @@ pipeline {
99
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
100
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
101
"-Dartifactory.build-name=spring-data-commons " +
102
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-commons-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
103
"-Dmaven.test.skip=true clean deploy -U -B"
104
}
105
0 commit comments