@@ -21,19 +21,6 @@ resources:
21
21
password : ((github-password))
22
22
branch : ((branch))
23
23
ignore_paths : ["ci/images/*"]
24
- - name : git-pull-request
25
- type : pull-request
26
- source :
27
- access_token : ((github-access-token))
28
- repo : ((github-repo-name))
29
- base : ((branch))
30
- ignore_paths : ["ci/*"]
31
- - name : ci-images-git-repo
32
- type : git
33
- source :
34
- uri : ((github-repo))
35
- branch : ((branch))
36
- paths : ["ci/images/*"]
37
24
- name : spring-boot-ci-image
38
25
type : docker-image
39
26
source :
@@ -73,19 +60,6 @@ resources:
73
60
from : ((email-from))
74
61
to : ((email-to))
75
62
jobs :
76
- - name : build-spring-boot-ci-images
77
- plan :
78
- - get : ci-images-git-repo
79
- trigger : true
80
- - put : spring-boot-ci-image
81
- params :
82
- build : ci-images-git-repo/ci/images/spring-boot-ci-image
83
- - put : spring-boot-jdk9-ci-image
84
- params :
85
- build : ci-images-git-repo/ci/images/spring-boot-jdk9-ci-image
86
- - put : spring-boot-jdk10-ci-image
87
- params :
88
- build : ci-images-git-repo/ci/images/spring-boot-jdk10-ci-image
89
63
- name : build
90
64
serial : true
91
65
public : true
@@ -133,47 +107,6 @@ jobs:
133
107
properties :
134
108
" zip.type " : " docs"
135
109
" zip.deployed " : " false"
136
- - name : build-pull-requests
137
- serial : true
138
- public : true
139
- plan :
140
- - get : spring-boot-ci-image
141
- - get : git-repo
142
- resource : git-pull-request
143
- trigger : true
144
- version : every
145
- - do :
146
- - put : git-pull-request
147
- params :
148
- path : git-repo
149
- status : pending
150
- - task : build-project
151
- timeout : 1h30m
152
- image : spring-boot-ci-image
153
- file : git-repo/ci/tasks/build-pr-project.yml
154
- - aggregate :
155
- - task : build-samples
156
- timeout : 1h30m
157
- image : spring-boot-ci-image
158
- file : git-repo/ci/tasks/build-samples.yml
159
- - task : build-integration-tests
160
- timeout : 1h30m
161
- image : spring-boot-ci-image
162
- file : git-repo/ci/tasks/build-integration-tests.yml
163
- - task : build-deployment-tests
164
- timeout : 1h30m
165
- image : spring-boot-ci-image
166
- file : git-repo/ci/tasks/build-deployment-tests.yml
167
- on_success :
168
- put : git-pull-request
169
- params :
170
- path : git-repo
171
- status : success
172
- on_failure :
173
- put : git-pull-request
174
- params :
175
- path : git-repo
176
- status : failure
177
110
- name : jdk9-build
178
111
serial : true
179
112
public : true
@@ -373,7 +306,3 @@ groups:
373
306
jobs : ["build", "jdk9-build", "jdk10-build"]
374
307
- name : " Release"
375
308
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
376
- - name : " CI Images"
377
- jobs : ["build-spring-boot-ci-images"]
378
- - name : " Build Pull Requests"
379
- jobs : ["build-pull-requests"]
0 commit comments