Refine Artifactory build name.

See #2772
This commit is contained in:
Mark Paluch 2024-01-31 15:13:28 +01:00
parent 7c2b14a526
commit 889b273996
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973

2
Jenkinsfile vendored
View File

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