Refine Artifactory build name.

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

2
Jenkinsfile vendored
View File

@ -108,7 +108,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"
}
}