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 3dd2492 commit 8d65932Copy full SHA for 8d65932
Jenkinsfile
@@ -149,7 +149,7 @@ pipeline {
149
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
150
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
151
"-Dartifactory.build-name=spring-data-cassandra " +
152
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-cassandra-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
153
"-Dmaven.test.skip=true clean deploy -U -B"
154
}
155
0 commit comments