We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea81fa8 commit 9a781f7Copy full SHA for 9a781f7
Jenkinsfile
@@ -154,7 +154,7 @@ pipeline {
154
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
155
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
156
"-Dartifactory.build-name=spring-data-jpa " +
157
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-jpa-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
158
'-Dmaven.test.skip=true clean deploy -U -B'
159
}
160
0 commit comments