We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ac2b2 commit c0aa0f4Copy full SHA for c0aa0f4
Jenkinsfile
@@ -101,7 +101,7 @@ pipeline {
101
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
102
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
103
"-Dartifactory.build-name=spring-data-relational " +
104
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-relational-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
105
"-Dmaven.test.skip=true clean deploy -U -B"
106
}
107
0 commit comments