Refine Artifactory build name.

See #1865
This commit is contained in:
Mark Paluch
2024-01-31 15:11:35 +01:00
parent 8fdb9a658f
commit f22a6f63d4

2
Jenkinsfile vendored
View File

@@ -97,7 +97,7 @@ pipeline {
"-Dartifactory.password=${ARTIFACTORY_PSW} " +
"-Dartifactory.staging-repository=${p['artifactory.repository.snapshot']} " +
"-Dartifactory.build-name=spring-data-couchbase " +
"-Dartifactory.build-number=${BUILD_NUMBER} " +
"-Dartifactory.build-number=spring-data-couchbase-${BRANCH_NAME}-build-${BUILD_NUMBER} " +
"-Dmaven.test.skip=true clean deploy -U -B"
}
}