1
0
mirror of synced 2026-09-11 02:19:47 +00:00

Refine Artifactory build name.

See #2772
This commit is contained in:
Mark Paluch
2024-01-31 15:13:28 +01:00
parent 7c2b14a526
commit 889b273996
Vendored
+1 -1
View File
@@ -99,7 +99,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"
}
}