Skip to content

Commit 40c6bd3

Browse files
committed
Refine Artifactory build name.
See #545
1 parent a0e3ffc commit 40c6bd3

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
@@ -112,7 +112,7 @@ pipeline {
112112
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
113113
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
114114
"-Dartifactory.build-name=spring-data-keyvalue " +
115-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
115+
"-Dartifactory.build-number=spring-data-keyvalue-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
116116
'-Dmaven.test.skip=true clean deploy -U -B'
117117
}
118118
}

0 commit comments

Comments
 (0)