File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ pipeline {
100100 " -Dartifactory.password=${ ARTIFACTORY_PSW} " +
101101 " -Dartifactory.staging-repository=${ p['artifactory.repository.snapshot']} " +
102102 " -Dartifactory.build-name=spring-data-build " +
103- " -Dartifactory.build-number=spring-data-build-commercial-3.1.x -build-${ BUILD_NUMBER} " +
103+ " -Dartifactory.build-number=spring-data-build-${ BRANCH_NAME } -build-${ BUILD_NUMBER} " +
104104 " -Dmaven.test.skip=true clean deploy -B -U"
105105 }
106106 }
Original file line number Diff line number Diff line change 648648 </deployProperties >
649649 <buildInfo >
650650 <!-- Retain only a single build -->
651- <buildName >Spring Data Docs ${dist.id} ${project.version} </buildName >
651+ <buildName >${dist.id} -docs- ${project.version} </buildName >
652652 <buildRetentionCount >1</buildRetentionCount >
653653 </buildInfo >
654654 <publisher >
850850 </deployProperties >
851851 <buildInfo >
852852 <!-- Retain only a single build -->
853- <buildName >Spring Data Schema ${dist.id} ${project.version} </buildName >
853+ <buildName >${dist.id} -schema- ${project.version} </buildName >
854854 <buildRetentionCount >1</buildRetentionCount >
855855 </buildInfo >
856856 <publisher >
You can’t perform that action at this time.
0 commit comments