@@ -86,14 +86,6 @@ resources:
8686 username : ((docker-hub-username))
8787 password : ((docker-hub-password))
8888 tag : 2.3.x
89- - name : spring-boot-jdk13-ci-image
90- type : docker-image
91- icon : docker
92- source :
93- repository : ((docker-hub-organization))/spring-boot-jdk13-ci-image
94- username : ((docker-hub-username))
95- password : ((docker-hub-password))
96- tag : 2.3.x
9789- name : spring-boot-jdk14-ci-image
9890 type : docker-image
9991 icon : docker
@@ -126,14 +118,6 @@ resources:
126118 access_token : ((github-ci-status-token))
127119 branch : ((branch))
128120 context : jdk11-build
129- - name : repo-status-jdk13-build
130- type : github-status-resource
131- icon : eye-check-outline
132- source :
133- repository : ((github-repo-name))
134- access_token : ((github-ci-status-token))
135- branch : ((branch))
136- context : jdk13-build
137121- name : repo-status-jdk14-build
138122 type : github-status-resource
139123 icon : eye-check-outline
@@ -172,10 +156,6 @@ jobs:
172156 params :
173157 build : ci-images-git-repo/ci/images
174158 dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
175- - put : spring-boot-jdk13-ci-image
176- params :
177- build : ci-images-git-repo/ci/images
178- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk13-ci-image/Dockerfile
179159 - put : spring-boot-jdk14-ci-image
180160 params :
181161 build : ci-images-git-repo/ci/images
@@ -205,15 +185,6 @@ jobs:
205185 GITHUB_USERNAME : ((github-username))
206186 JDK_VERSION : java11
207187 image : spring-boot-ci-image
208- - task : detect-jdk13-update
209- file : git-repo/ci/tasks/detect-jdk-updates.yml
210- params :
211- GITHUB_REPO : spring-boot
212- GITHUB_ORGANIZATION : spring-projects
213- GITHUB_PASSWORD : ((github-password))
214- GITHUB_USERNAME : ((github-username))
215- JDK_VERSION : java13
216- image : spring-boot-ci-image
217188 - task : detect-jdk14-update
218189 file : git-repo/ci/tasks/detect-jdk-updates.yml
219190 params :
@@ -366,44 +337,6 @@ jobs:
366337 silent : true
367338 icon_emoji : " :concourse:"
368339 username : concourse-ci
369- - name : jdk13-build
370- serial : true
371- public : true
372- plan :
373- - get : spring-boot-jdk13-ci-image
374- - get : git-repo
375- trigger : true
376- - put : repo-status-jdk13-build
377- params : { state: "pending", commit: "git-repo" }
378- - do :
379- - task : build-project
380- privileged : true
381- timeout : ((task-timeout))
382- image : spring-boot-jdk13-ci-image
383- file : git-repo/ci/tasks/build-project.yml
384- params :
385- BRANCH : ((branch))
386- GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
387- GRADLE_ENTERPRISE_CACHE_USERNAME : ((gradle_enterprise_cache_user.username))
388- GRADLE_ENTERPRISE_CACHE_PASSWORD : ((gradle_enterprise_cache_user.password))
389- on_failure :
390- do :
391- - put : repo-status-jdk13-build
392- params : { state: "failure", commit: "git-repo" }
393- - put : slack-alert
394- params :
395- 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!>"
396- silent : true
397- icon_emoji : " :concourse:"
398- username : concourse-ci
399- - put : repo-status-jdk13-build
400- params : { state: "success", commit: "git-repo" }
401- - put : slack-alert
402- params :
403- 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!>"
404- silent : true
405- icon_emoji : " :concourse:"
406- username : concourse-ci
407340- name : jdk14-build
408341 serial : true
409342 public : true
@@ -658,7 +591,7 @@ jobs:
658591 body : generated-release-notes/release-notes.md
659592groups :
660593- name : " Build"
661- jobs : ["build", "jdk11-build", "jdk13-build", " jdk14-build", "windows-build"]
594+ jobs : ["build", "jdk11-build", "jdk14-build", "windows-build"]
662595- name : " Release"
663596 jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
664597- name : " CI Images"
0 commit comments