Skip to content

Commit 7b03fea

Browse files
committed
Refine Artifactory build name.
See #451
1 parent f8233d2 commit 7b03fea

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-ldap " +
115-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
115+
"-Dartifactory.build-number=spring-data-ldap-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
116116
'-Dmaven.test.skip=true clean deploy -U -B '
117117
}
118118
}

0 commit comments

Comments
 (0)