Refine Artifactory build name.

See #451
This commit is contained in:
Mark Paluch
2024-01-31 15:20:43 +01:00
parent 9d4e4c1343
commit 38b861402a

2
Jenkinsfile vendored
View File

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