Refine Artifactory build name.

See #4562
This commit is contained in:
Mark Paluch
2024-01-31 15:22:01 +01:00
parent f62e5f3c6e
commit d53455166d

2
Jenkinsfile vendored
View File

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