1
1
anchors :
2
2
git-repo-resource-source : &git-repo-resource-source
3
- uri : ((github-repo ))
3
+ uri : ((github-repository-uri ))
4
4
username : ((github-username))
5
5
password : ((github-ci-release-token))
6
6
branch : ((branch))
@@ -22,8 +22,8 @@ anchors:
22
22
DOCKER_HUB_PASSWORD : ((docker-hub-password))
23
23
DOCKER_HUB_AUTH : ((docker-hub-auth))
24
24
github-task-params : &github-task-params
25
- GITHUB_REPO : spring-boot
26
- GITHUB_ORGANIZATION : spring-projects
25
+ GITHUB_REPO : ((github-repository-name))
26
+ GITHUB_ORGANIZATION : ((github-organization-name))
27
27
GITHUB_PASSWORD : ((github-ci-release-token))
28
28
GITHUB_USERNAME : ((github-username))
29
29
MILESTONE : ((milestone))
@@ -143,50 +143,50 @@ resources:
143
143
type : github-release
144
144
icon : briefcase-download-outline
145
145
source :
146
- owner : spring-projects
147
- repository : spring-boot
146
+ owner : ((github-organization-name))
147
+ repository : ((github-repository-name))
148
148
access_token : ((github-ci-release-token))
149
149
pre_release : true
150
150
release : false
151
151
- name : github-release
152
152
type : github-release
153
153
icon : briefcase-download
154
154
source :
155
- owner : spring-projects
156
- repository : spring-boot
155
+ owner : ((github-organization-name))
156
+ repository : ((github-repository-name))
157
157
access_token : ((github-ci-release-token))
158
158
pre_release : false
159
159
- name : ci-images-git-repo
160
160
type : git
161
161
icon : github
162
162
source :
163
- uri : ((github-repo ))
163
+ uri : ((github-repository-uri ))
164
164
branch : ((branch))
165
165
paths : ["ci/images/*"]
166
166
- name : ci-image
167
167
type : registry-image
168
168
icon : docker
169
169
source :
170
170
<< : *ci-registry-image-resource-source
171
- repository : ((docker-hub-organization))/spring-boot -ci
171
+ repository : ((docker-hub-organization))/((docker-hub-repository-prefix)) -ci
172
172
- name : ci-image-jdk11
173
173
type : registry-image
174
174
icon : docker
175
175
source :
176
176
<< : *ci-registry-image-resource-source
177
- repository : ((docker-hub-organization))/spring-boot -ci-jdk11
177
+ repository : ((docker-hub-organization))/((docker-hub-repository-prefix)) -ci-jdk11
178
178
- name : ci-image-jdk17
179
179
type : registry-image
180
180
icon : docker
181
181
source :
182
182
<< : *ci-registry-image-resource-source
183
- repository : ((docker-hub-organization))/spring-boot -ci-jdk17
183
+ repository : ((docker-hub-organization))/((docker-hub-repository-prefix)) -ci-jdk17
184
184
- name : ci-image-jdk21
185
185
type : registry-image
186
186
icon : docker
187
187
source :
188
188
<< : *ci-registry-image-resource-source
189
- repository : ((docker-hub-organization))/spring-boot -ci-jdk21
189
+ repository : ((docker-hub-organization))/((docker-hub-repository-prefix)) -ci-jdk21
190
190
- name : paketo-builder-base-image
191
191
type : registry-image
192
192
icon : docker
@@ -207,31 +207,31 @@ resources:
207
207
type : github-status-resource
208
208
icon : eye-check-outline
209
209
source :
210
- repository : ((github-repo -name))
210
+ repository : ((github-organization-name))/((github-repository -name))
211
211
access_token : ((github-ci-status-token))
212
212
branch : ((branch))
213
213
context : build
214
214
- name : repo-status-jdk11-build
215
215
type : github-status-resource
216
216
icon : eye-check-outline
217
217
source :
218
- repository : ((github-repo -name))
218
+ repository : ((github-organization-name))/((github-repository -name))
219
219
access_token : ((github-ci-status-token))
220
220
branch : ((branch))
221
221
context : jdk11-build
222
222
- name : repo-status-jdk17-build
223
223
type : github-status-resource
224
224
icon : eye-check-outline
225
225
source :
226
- repository : ((github-repo -name))
226
+ repository : ((github-organization-name))/((github-repository -name))
227
227
access_token : ((github-ci-status-token))
228
228
branch : ((branch))
229
229
context : jdk17-build
230
230
- name : repo-status-jdk21-build
231
231
type : github-status-resource
232
232
icon : eye-check-outline
233
233
source :
234
- repository : ((github-repo -name))
234
+ repository : ((github-organization-name))/((github-repository -name))
235
235
access_token : ((github-ci-status-token))
236
236
branch : ((branch))
237
237
context : jdk21-build
0 commit comments