Refine Artifactory build name.

See #2333
This commit is contained in:
Mark Paluch
2024-01-31 15:25:59 +01:00
parent 5c764464cf
commit fd2995aba2

2
Jenkinsfile vendored
View File

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