Skip to content

Commit 2bac639

Browse files
committed
Merge branch '2.0.x'
2 parents dcedce1 + 11f8702 commit 2bac639

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

ci/parameters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github-repo: "https://github.com/spring-projects/spring-restdocs.git"
2-
github-repo-name: "spring-projects/spring-restdocs"
1+
github-organization: "spring-projects"
2+
github-repository: "spring-restdocs"
33
docker-hub-organization: "springci"
44
artifactory-server: "https://repo.spring.io"
55
branch: "main"

ci/pipeline.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
anchors:
22
git-repo-resource-source: &git-repo-resource-source
3-
uri: ((github-repo))
3+
uri: "https://github.com/((github-organization))/((github-repository)).git"
44
username: ((github-username))
55
password: ((github-password))
66
branch: ((branch))
@@ -16,8 +16,8 @@ anchors:
1616
DOCKER_HUB_USERNAME: ((docker-hub-username))
1717
DOCKER_HUB_PASSWORD: ((docker-hub-password))
1818
github-task-params: &github-task-params
19-
GITHUB_REPO: spring-restdocs
20-
GITHUB_ORGANIZATION: spring-projects
19+
GITHUB_REPO: ((github-repository))
20+
GITHUB_ORGANIZATION: ((github-organization))
2121
GITHUB_PASSWORD: ((github-ci-release-token))
2222
GITHUB_USERNAME: ((github-username))
2323
MILESTONE: ((milestone))
@@ -74,7 +74,7 @@ resource_types:
7474
type: registry-image
7575
source:
7676
repository: springio/artifactory-resource
77-
tag: 0.0.14
77+
tag: 0.0.17
7878
- name: pull-request
7979
type: registry-image
8080
source:
@@ -109,39 +109,39 @@ resources:
109109
icon: source-pull
110110
source:
111111
access_token: ((github-ci-pull-request-token))
112-
repository: ((github-repo-name))
112+
repository: ((github-organization))/((github-repository))
113113
base_branch: ((branch))
114114
ignore_paths: ["ci/*"]
115115
- name: github-pre-release
116116
type: github-release
117117
icon: briefcase-download-outline
118118
source:
119-
owner: spring-projects
120-
repository: spring-restdocs
119+
owner: ((github-organization))
120+
repository: ((github-repository))
121121
access_token: ((github-ci-release-token))
122122
pre_release: true
123123
release: false
124124
- name: github-release
125125
type: github-release
126126
icon: briefcase-download
127127
source:
128-
owner: spring-projects
129-
repository: spring-restdocs
128+
owner: ((github-organization))
129+
repository: ((github-repository))
130130
access_token: ((github-ci-release-token))
131131
pre_release: false
132132
- name: ci-images-git-repo
133133
type: git
134134
icon: github
135135
source:
136-
uri: ((github-repo))
136+
uri: https://github.com/((github-organization))/((github-repository)).git
137137
branch: ((branch))
138138
paths: ["ci/images/*"]
139139
- name: ci-image
140140
type: registry-image
141141
icon: docker
142142
source:
143143
<<: *registry-image-resource-source
144-
repository: ((docker-hub-organization))/spring-restdocs-ci
144+
repository: ((docker-hub-organization))/((github-repository))-ci
145145
- name: artifactory-repo
146146
type: artifactory-resource
147147
icon: package-variant
@@ -154,7 +154,7 @@ resources:
154154
type: github-status-resource
155155
icon: eye-check-outline
156156
source:
157-
repository: ((github-repo-name))
157+
repository: ((github-organization))/((github-repository))
158158
access_token: ((github-ci-status-token))
159159
branch: ((branch))
160160
context: build

0 commit comments

Comments
 (0)