Refine Artifactory build name.

See #1672
This commit is contained in:
Mark Paluch
2024-01-31 15:15:53 +01:00
parent 52fe74e3cf
commit 7336b57f96

2
Jenkinsfile vendored
View File

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