We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fe74e commit 7336b57Copy full SHA for 7336b57
Jenkinsfile
@@ -110,7 +110,7 @@ pipeline {
110
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
111
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
112
"-Dartifactory.build-name=spring-data-relational " +
113
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-relational-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
114
"-Dmaven.test.skip=true clean deploy -U -B"
115
}
116
0 commit comments