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 de1bfd3 commit 4e7d288Copy full SHA for 4e7d288
Jenkinsfile
@@ -158,7 +158,7 @@ pipeline {
158
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
159
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
160
"-Dartifactory.build-name=spring-data-redis " +
161
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-redis-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
162
"-Dmaven.test.skip=true clean deploy -U -B"
163
}
164
0 commit comments