Skip to content

Commit e900aac

Browse files
committed
Refine Artifactory build name.
See #1865
1 parent 2104952 commit e900aac

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
@@ -106,7 +106,7 @@ pipeline {
106106
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
107107
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
108108
"-Dartifactory.build-name=spring-data-couchbase " +
109-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
109+
"-Dartifactory.build-number=spring-data-couchbase-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
110110
"-Dmaven.test.skip=true clean deploy -U -B"
111111
}
112112
}

0 commit comments

Comments
 (0)