We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084620e commit 9a6a408Copy full SHA for 9a6a408
Jenkinsfile
@@ -112,7 +112,7 @@ pipeline {
112
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
113
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
114
"-Dartifactory.build-name=spring-data-neo4j " +
115
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-neo4j-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
116
"-Dmaven.test.skip=true clean deploy -U -B"
117
}
118
0 commit comments