Skip to content

Commit c0aa0f4

Browse files
committed
Refine Artifactory build name.
See #1672
1 parent 86ac2b2 commit c0aa0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pipeline {
101101
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
102102
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
103103
"-Dartifactory.build-name=spring-data-relational " +
104-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
104+
"-Dartifactory.build-number=spring-data-relational-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
105105
"-Dmaven.test.skip=true clean deploy -U -B"
106106
}
107107
}

0 commit comments

Comments
 (0)