Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e9124fac
Commit
e9124fac
authored
Nov 01, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct CI resource config after adding JDK 12 build
See gh-15031
parent
9bb7edcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
22 deletions
+8
-22
pipeline.yml
ci/pipeline.yml
+8
-22
No files found.
ci/pipeline.yml
View file @
e9124fac
...
...
@@ -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-jdk1
0
-ci-image
repository
:
((docker-hub-organization))/spring-boot-jdk1
1
-ci-image
username
:
((docker-hub-username))
password
:
((docker-hub-password))
tag
:
((branch))
-
name
:
spring-boot-jdk1
1
-ci-image
-
name
:
spring-boot-jdk1
2
-ci-image
type
:
docker-image
source
:
repository
:
((docker-hub-organization))/spring-boot-jdk1
1
-ci-image
repository
:
((docker-hub-organization))/spring-boot-jdk1
2
-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
:
jdk1
0
-build
-
name
:
repo-status-jdk1
1
-build
context
:
jdk1
1
-build
-
name
:
repo-status-jdk1
2
-build
type
:
github-status-resource
source
:
repository
:
((github-repo-name))
access_token
:
((github-access-token))
branch
:
((branch))
context
:
jdk1
1
-build
context
:
jdk1
2
-build
-
name
:
slack-alert
type
:
slack-notification
source
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment