Skip to content

Commit 38b8614

Browse files
committed
Refine Artifactory build name.
See #451
1 parent 9d4e4c1 commit 38b8614

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
@@ -95,7 +95,7 @@ pipeline {
9595
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
9696
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
9797
"-Dartifactory.build-name=spring-data-ldap " +
98-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
98+
"-Dartifactory.build-number=spring-data-ldap-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
9999
'-Dmaven.test.skip=true clean deploy -U -B '
100100
}
101101
}

0 commit comments

Comments
 (0)