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 3878540 commit 1f75016Copy full SHA for 1f75016
Jenkinsfile
@@ -108,7 +108,7 @@ pipeline {
108
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
109
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
110
"-Dartifactory.build-name=spring-data-elasticsearch " +
111
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-elasticsearch-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
112
"-Dmaven.test.skip=true clean deploy -U -B"
113
}
114
0 commit comments