@@ -85,14 +85,6 @@ resources:
85
85
username : ((docker-hub-username))
86
86
password : ((docker-hub-password))
87
87
tag : ((branch))
88
- - name : spring-boot-jdk12-ci-image
89
- type : docker-image
90
- icon : docker
91
- source :
92
- repository : ((docker-hub-organization))/spring-boot-jdk12-ci-image
93
- username : ((docker-hub-username))
94
- password : ((docker-hub-password))
95
- tag : ((branch))
96
88
- name : artifactory-repo
97
89
type : artifactory-resource
98
90
icon : package-variant
@@ -117,14 +109,6 @@ resources:
117
109
access_token : ((github-ci-status-token))
118
110
branch : ((branch))
119
111
context : jdk11-build
120
- - name : repo-status-jdk12-build
121
- type : github-status-resource
122
- icon : eye-check-outline
123
- source :
124
- repository : ((github-repo-name))
125
- access_token : ((github-ci-status-token))
126
- branch : ((branch))
127
- context : jdk12-build
128
112
- name : slack-alert
129
113
type : slack-notification
130
114
icon : slack
@@ -153,10 +137,6 @@ jobs:
153
137
params :
154
138
build : ci-images-git-repo/ci/images
155
139
dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
156
- - put : spring-boot-jdk12-ci-image
157
- params :
158
- build : ci-images-git-repo/ci/images
159
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk12-ci-image/Dockerfile
160
140
- name : detect-jdk-updates
161
141
plan :
162
142
- get : git-repo
@@ -182,15 +162,6 @@ jobs:
182
162
GITHUB_USERNAME : ((github-username))
183
163
JDK_VERSION : java11
184
164
image : spring-boot-ci-image
185
- - task : detect-jdk12-update
186
- file : git-repo/ci/tasks/detect-jdk-updates.yml
187
- params :
188
- GITHUB_REPO : spring-boot
189
- GITHUB_ORGANIZATION : spring-projects
190
- GITHUB_PASSWORD : ((github-password))
191
- GITHUB_USERNAME : ((github-username))
192
- JDK_VERSION : java12
193
- image : spring-boot-ci-image
194
165
- name : build
195
166
serial : true
196
167
public : true
@@ -347,52 +318,6 @@ jobs:
347
318
silent : true
348
319
icon_emoji : " :concourse:"
349
320
username : concourse-ci
350
- - name : jdk12-build
351
- serial : true
352
- public : true
353
- plan :
354
- - get : spring-boot-jdk12-ci-image
355
- - get : git-repo
356
- trigger : true
357
- - put : repo-status-jdk12-build
358
- params : { state: "pending", commit: "git-repo" }
359
- - do :
360
- - task : build-project
361
- privileged : true
362
- timeout : ((task-timeout))
363
- image : spring-boot-jdk12-ci-image
364
- file : git-repo/ci/tasks/build-project.yml
365
- - in_parallel :
366
- - task : build-samples
367
- timeout : ((task-timeout))
368
- image : spring-boot-jdk12-ci-image
369
- file : git-repo/ci/tasks/build-samples.yml
370
- - task : build-integration-tests
371
- timeout : ((task-timeout))
372
- image : spring-boot-jdk12-ci-image
373
- file : git-repo/ci/tasks/build-integration-tests.yml
374
- - task : build-deployment-tests
375
- timeout : ((task-timeout))
376
- image : spring-boot-jdk12-ci-image
377
- file : git-repo/ci/tasks/build-deployment-tests.yml
378
- on_failure :
379
- do :
380
- - put : repo-status-jdk12-build
381
- params : { state: "failure", commit: "git-repo" }
382
- - put : slack-alert
383
- params :
384
- text : " :concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
385
- silent : true
386
- icon_emoji : " :concourse:"
387
- username : concourse-ci
388
- - put : repo-status-jdk12-build
389
- params : { state: "success", commit: "git-repo" }
390
- - put : slack-alert
391
- params :
392
- text : " :concourse-succeeded: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!>"
393
- silent : true
394
- icon_emoji : " :concourse:"
395
- username : concourse-ci
396
321
- name : windows-build
397
322
serial : true
398
323
plan :
@@ -595,7 +520,7 @@ jobs:
595
520
body : generated-release-notes/release-notes.md
596
521
groups :
597
522
- name : " Build"
598
- jobs : ["build", "jdk11-build", "jdk12-build", " windows-build"]
523
+ jobs : ["build", "jdk11-build", "windows-build"]
599
524
- name : " Release"
600
525
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
601
526
- name : " CI Images"
0 commit comments