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 9d4e4c1 commit 38b8614Copy full SHA for 38b8614
Jenkinsfile
@@ -95,7 +95,7 @@ pipeline {
95
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
96
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
97
"-Dartifactory.build-name=spring-data-ldap " +
98
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-ldap-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
99
'-Dmaven.test.skip=true clean deploy -U -B '
100
}
101
0 commit comments