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 19f37d0 commit cadfb4fCopy full SHA for cadfb4f
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-keyvalue " +
100
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-keyvalue-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
101
'-Dmaven.test.skip=true clean deploy -U -B'
102
}
103
0 commit comments