Skip to content

Commit 9a6a408

Browse files
committed
Refine Artifactory build name.
See #2825
1 parent 084620e commit 9a6a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pipeline {
112112
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
113113
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
114114
"-Dartifactory.build-name=spring-data-neo4j " +
115-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
115+
"-Dartifactory.build-number=spring-data-neo4j-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
116116
"-Dmaven.test.skip=true clean deploy -U -B"
117117
}
118118
}

0 commit comments

Comments
 (0)