File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github-repository-uri: "https://github.com/spring-projects/spring-boot.git"
4
4
homebrew-tap-repo : " https://github.com/spring-io/homebrew-tap.git"
5
5
docker-hub-organization : " springci"
6
6
docker-hub-repository-prefix : " spring-boot"
7
+ artifactory-snapshot-repository : " libs-snapshot-local"
8
+ artifactory-staging-repository : " libs-staging-local"
7
9
artifactory-url : " https://repo.spring.io"
8
10
branch : " 2.7.x"
9
11
milestone : " 2.7.x"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ anchors:
58
58
artifactory-repo-put-params : &artifactory-repo-put-params
59
59
signing_key : ((signing-key))
60
60
signing_passphrase : ((signing-passphrase))
61
- repo : libs -snapshot-local
61
+ repo : ((artifactory -snapshot-repository))
62
62
folder : distribution-repository
63
63
build_uri : " https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
64
64
build_number : " ${BUILD_JOB_NAME}-${BUILD_NAME}"
@@ -525,7 +525,7 @@ jobs:
525
525
- put : artifactory-repo
526
526
params :
527
527
<< : *artifactory-repo-put-params
528
- repo : libs -staging-local
528
+ repo : ((artifactory -staging-repository))
529
529
get_params :
530
530
threads : 8
531
531
- put : git-repo
@@ -548,7 +548,7 @@ jobs:
548
548
- put : artifactory-repo
549
549
params :
550
550
<< : *artifactory-repo-put-params
551
- repo : libs -staging-local
551
+ repo : ((artifactory -staging-repository))
552
552
get_params :
553
553
threads : 8
554
554
- put : git-repo
@@ -571,7 +571,7 @@ jobs:
571
571
- put : artifactory-repo
572
572
params :
573
573
<< : *artifactory-repo-put-params
574
- repo : libs -staging-local
574
+ repo : ((artifactory -staging-repository))
575
575
get_params :
576
576
threads : 8
577
577
- put : git-repo
You can’t perform that action at this time.
0 commit comments