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 4e6818b commit 8632779Copy full SHA for 8632779
Jenkinsfile
@@ -103,7 +103,7 @@ pipeline {
103
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
104
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
105
"-Dartifactory.build-name=spring-data-neo4j " +
106
- "-Dartifactory.build-number=${BUILD_NUMBER} " +
+ "-Dartifactory.build-number=spring-data-neo4j-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
107
"-Dmaven.test.skip=true clean deploy -U -B"
108
}
109
0 commit comments