Skip to content

Commit 1f75016

Browse files
committed
Refine Artifactory build name.
See #2772
1 parent 3878540 commit 1f75016

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
@@ -108,7 +108,7 @@ pipeline {
108108
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
109109
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
110110
"-Dartifactory.build-name=spring-data-elasticsearch " +
111-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
111+
"-Dartifactory.build-number=spring-data-elasticsearch-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
112112
"-Dmaven.test.skip=true clean deploy -U -B"
113113
}
114114
}

0 commit comments

Comments
 (0)