Refine Artifactory build name.

See #2825
This commit is contained in:
Mark Paluch
2024-01-31 15:23:15 +01:00
parent 084620e92f
commit 9a6a40829a

2
Jenkinsfile vendored
View File

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