We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82cc4b commit 05ddd84Copy full SHA for 05ddd84
Jenkinsfile
@@ -169,7 +169,7 @@ pipeline {
169
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
170
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
171
"-Dartifactory.build-name=spring-data-redis " +
172
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-redis-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
173
"-Dmaven.test.skip=true clean deploy -U -B"
174
}
175
0 commit comments