We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdb9a6 commit f22a6f6Copy full SHA for f22a6f6
Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
97
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
98
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
99
"-Dartifactory.build-name=spring-data-couchbase " +
100
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-couchbase-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
101
"-Dmaven.test.skip=true clean deploy -U -B"
102
}
103
0 commit comments