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 a0e3ffc commit 40c6bd3Copy full SHA for 40c6bd3
Jenkinsfile
@@ -112,7 +112,7 @@ pipeline {
112
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
113
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
114
"-Dartifactory.build-name=spring-data-keyvalue " +
115
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-keyvalue-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
116
'-Dmaven.test.skip=true clean deploy -U -B'
117
}
118
0 commit comments