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 de69842 commit b436f92Copy full SHA for b436f92
Jenkinsfile
@@ -164,7 +164,7 @@ pipeline {
164
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
165
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
166
"-Dartifactory.build-name=spring-data-cassandra " +
167
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-cassandra-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
168
"-Dmaven.test.skip=true clean deploy -U -B"
169
}
170
0 commit comments