Skip to content

Commit 9a781f7

Browse files
committed
Refine Artifactory build name.
See #3229
1 parent ea81fa8 commit 9a781f7

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
@@ -154,7 +154,7 @@ pipeline {
154154
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
155155
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
156156
"-Dartifactory.build-name=spring-data-jpa " +
157-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
157+
"-Dartifactory.build-number=spring-data-jpa-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
158158
'-Dmaven.test.skip=true clean deploy -U -B'
159159
}
160160
}

0 commit comments

Comments
 (0)