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 2f84570 commit 82a1646Copy full SHA for 82a1646
Jenkinsfile
@@ -106,7 +106,7 @@ pipeline {
106
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
107
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
108
"-Dartifactory.build-name=spring-data-couchbase " +
109
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-couchbase-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
110
"-Dmaven.test.skip=true clean deploy -U -B"
111
}
112
0 commit comments