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 cebd491 commit 5efe9f4Copy full SHA for 5efe9f4
Jenkinsfile
@@ -125,7 +125,7 @@ pipeline {
125
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
126
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
127
"-Dartifactory.build-name=spring-data-rest " +
128
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-rest-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
129
"-Dmaven.test.skip=true clean deploy -U -B"
130
}
131
0 commit comments