Skip to content

Commit f22a6f6

Browse files
committed
Refine Artifactory build name.
See #1865
1 parent 8fdb9a6 commit f22a6f6

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
@@ -97,7 +97,7 @@ pipeline {
9797
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
9898
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
9999
"-Dartifactory.build-name=spring-data-couchbase " +
100-
"-Dartifactory.build-number=${BUILD_NUMBER} " +
100+
"-Dartifactory.build-number=spring-data-couchbase-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
101101
"-Dmaven.test.skip=true clean deploy -U -B"
102102
}
103103
}

0 commit comments

Comments
 (0)