We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098d779 commit eb4b0b4Copy full SHA for eb4b0b4
Jenkinsfile
@@ -114,7 +114,7 @@ pipeline {
114
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
115
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
116
"-Dartifactory.build-name=spring-data-commons " +
117
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-commons-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
118
"-Dmaven.test.skip=true clean deploy -U -B"
119
}
120
0 commit comments