Correct CI resource config after adding JDK 12 build

See gh-15031
pull/15060/head
Andy Wilkinson 6 years ago
parent 9bb7edcb88
commit e9124fac0f

@ -66,24 +66,17 @@ resources:
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
- name: spring-boot-jdk9-ci-image
type: docker-image
source:
repository: ((docker-hub-organization))/spring-boot-jdk9-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
- name: spring-boot-jdk10-ci-image
- name: spring-boot-jdk11-ci-image
type: docker-image
source:
repository: ((docker-hub-organization))/spring-boot-jdk10-ci-image
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
- name: spring-boot-jdk11-ci-image
- name: spring-boot-jdk12-ci-image
type: docker-image
source:
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
repository: ((docker-hub-organization))/spring-boot-jdk12-ci-image
username: ((docker-hub-username))
password: ((docker-hub-password))
tag: ((branch))
@ -101,27 +94,20 @@ resources:
access_token: ((github-access-token))
branch: ((branch))
context: build
- name: repo-status-jdk9-build
type: github-status-resource
source:
repository: ((github-repo-name))
access_token: ((github-access-token))
branch: ((branch))
context: jdk9-build
- name: repo-status-jdk10-build
- name: repo-status-jdk11-build
type: github-status-resource
source:
repository: ((github-repo-name))
access_token: ((github-access-token))
branch: ((branch))
context: jdk10-build
- name: repo-status-jdk11-build
context: jdk11-build
- name: repo-status-jdk12-build
type: github-status-resource
source:
repository: ((github-repo-name))
access_token: ((github-access-token))
branch: ((branch))
context: jdk11-build
context: jdk12-build
- name: slack-alert
type: slack-notification
source:

Loading…
Cancel
Save