Skip to content

Commit cadfb4f

Browse files
committed
Refine Artifactory build name.
See #545
1 parent 19f37d0 commit cadfb4f

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
@@ -97,7 +97,7 @@ pipeline {
9797
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
9898
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
9999
"-Dartifactory.build-name=spring-data-keyvalue " +
100-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
100+
"-Dartifactory.build-number=spring-data-keyvalue-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
101101
'-Dmaven.test.skip=true clean deploy -U -B'
102102
}
103103
}

0 commit comments

Comments
 (0)