We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9912e48 commit 57d0b11Copy full SHA for 57d0b11
Jenkinsfile
@@ -153,7 +153,7 @@ pipeline {
153
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
154
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
155
"-Dartifactory.build-name=spring-data-jpa " +
156
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-jpa-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
157
'-Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa-enterprise ' +
158
'-Dmaven.test.skip=true clean deploy -U -B '
159
}
0 commit comments