1
1
anchors :
2
2
git-repo-resource-source : &git-repo-resource-source
3
- uri : ((github-repo))
3
+ uri : " https://github.com/ ((github-organization))/((github-repository)).git "
4
4
username : ((github-username))
5
5
password : ((github-password))
6
6
branch : ((branch))
@@ -16,8 +16,8 @@ anchors:
16
16
DOCKER_HUB_USERNAME : ((docker-hub-username))
17
17
DOCKER_HUB_PASSWORD : ((docker-hub-password))
18
18
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))
21
21
GITHUB_PASSWORD : ((github-ci-release-token))
22
22
GITHUB_USERNAME : ((github-username))
23
23
MILESTONE : ((milestone))
@@ -74,7 +74,7 @@ resource_types:
74
74
type : registry-image
75
75
source :
76
76
repository : springio/artifactory-resource
77
- tag : 0.0.14
77
+ tag : 0.0.17
78
78
- name : pull-request
79
79
type : registry-image
80
80
source :
@@ -109,39 +109,39 @@ resources:
109
109
icon : source-pull
110
110
source :
111
111
access_token : ((github-ci-pull-request-token))
112
- repository : ((github-repo-name ))
112
+ repository : ((github-organization))/((github-repository ))
113
113
base_branch : ((branch))
114
114
ignore_paths : ["ci/*"]
115
115
- name : github-pre-release
116
116
type : github-release
117
117
icon : briefcase-download-outline
118
118
source :
119
- owner : spring-projects
120
- repository : spring-restdocs
119
+ owner : ((github-organization))
120
+ repository : ((github-repository))
121
121
access_token : ((github-ci-release-token))
122
122
pre_release : true
123
123
release : false
124
124
- name : github-release
125
125
type : github-release
126
126
icon : briefcase-download
127
127
source :
128
- owner : spring-projects
129
- repository : spring-restdocs
128
+ owner : ((github-organization))
129
+ repository : ((github-repository))
130
130
access_token : ((github-ci-release-token))
131
131
pre_release : false
132
132
- name : ci-images-git-repo
133
133
type : git
134
134
icon : github
135
135
source :
136
- uri : ((github-repo))
136
+ uri : https://github.com/ ((github-organization))/((github-repository)).git
137
137
branch : ((branch))
138
138
paths : ["ci/images/*"]
139
139
- name : ci-image
140
140
type : registry-image
141
141
icon : docker
142
142
source :
143
143
<< : *registry-image-resource-source
144
- repository : ((docker-hub-organization))/spring-restdocs -ci
144
+ repository : ((docker-hub-organization))/((github-repository)) -ci
145
145
- name : artifactory-repo
146
146
type : artifactory-resource
147
147
icon : package-variant
@@ -154,7 +154,7 @@ resources:
154
154
type : github-status-resource
155
155
icon : eye-check-outline
156
156
source :
157
- repository : ((github-repo-name ))
157
+ repository : ((github-organization))/((github-repository ))
158
158
access_token : ((github-ci-status-token))
159
159
branch : ((branch))
160
160
context : build
0 commit comments