Refine Artifactory build name.

See #1453
This commit is contained in:
Mark Paluch
2024-01-31 15:08:49 +01:00
parent de69842956
commit b436f92aaf

2
Jenkinsfile vendored
View File

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