Skip to content

Commit 8632779

Browse files
committed
Refine Artifactory build name.
See #2825
1 parent 4e6818b commit 8632779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pipeline {
103103
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
104104
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
105105
"-Dartifactory.build-name=spring-data-neo4j " +
106-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
106+
"-Dartifactory.build-number=spring-data-neo4j-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
107107
"-Dmaven.test.skip=true clean deploy -U -B"
108108
}
109109
}

0 commit comments

Comments
 (0)