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
8b64c549
Commit
8b64c549
authored
Jun 15, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add resource icons to CI pipeline
parent
4bae91d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
pipeline.yml
ci/pipeline.yml
+13
-0
No files found.
ci/pipeline.yml
View file @
8b64c549
...
@@ -21,6 +21,7 @@ resource_types:
...
@@ -21,6 +21,7 @@ resource_types:
resources
:
resources
:
-
name
:
git-repo
-
name
:
git-repo
type
:
git
type
:
git
icon
:
github-circle
source
:
source
:
uri
:
((github-repo))
uri
:
((github-repo))
username
:
((github-username))
username
:
((github-username))
...
@@ -29,6 +30,7 @@ resources:
...
@@ -29,6 +30,7 @@ resources:
ignore_paths
:
[
"
ci/images/*"
]
ignore_paths
:
[
"
ci/images/*"
]
-
name
:
git-pull-request
-
name
:
git-pull-request
type
:
pull-request
type
:
pull-request
icon
:
source-pull
source
:
source
:
access_token
:
((github-access-token))
access_token
:
((github-access-token))
repo
:
((github-repo-name))
repo
:
((github-repo-name))
...
@@ -36,6 +38,7 @@ resources:
...
@@ -36,6 +38,7 @@ resources:
ignore_paths
:
[
"
ci/*"
]
ignore_paths
:
[
"
ci/*"
]
-
name
:
github-pre-release
-
name
:
github-pre-release
type
:
github-release
type
:
github-release
icon
:
briefcase-download-outline
source
:
source
:
owner
:
spring-projects
owner
:
spring-projects
repository
:
spring-boot
repository
:
spring-boot
...
@@ -43,6 +46,7 @@ resources:
...
@@ -43,6 +46,7 @@ resources:
pre_release
:
true
pre_release
:
true
-
name
:
github-release
-
name
:
github-release
type
:
github-release
type
:
github-release
icon
:
briefcase-download
source
:
source
:
owner
:
spring-projects
owner
:
spring-projects
repository
:
spring-boot
repository
:
spring-boot
...
@@ -50,12 +54,14 @@ resources:
...
@@ -50,12 +54,14 @@ resources:
pre_release
:
false
pre_release
:
false
-
name
:
ci-images-git-repo
-
name
:
ci-images-git-repo
type
:
git
type
:
git
icon
:
github-circle
source
:
source
:
uri
:
((github-repo))
uri
:
((github-repo))
branch
:
((branch))
branch
:
((branch))
paths
:
[
"
ci/images/*"
]
paths
:
[
"
ci/images/*"
]
-
name
:
spring-boot-ci-image
-
name
:
spring-boot-ci-image
type
:
docker-image
type
:
docker-image
icon
:
docker
source
:
source
:
repository
:
((docker-hub-organization))/spring-boot-ci-image
repository
:
((docker-hub-organization))/spring-boot-ci-image
username
:
((docker-hub-username))
username
:
((docker-hub-username))
...
@@ -63,6 +69,7 @@ resources:
...
@@ -63,6 +69,7 @@ resources:
tag
:
((branch))
tag
:
((branch))
-
name
:
spring-boot-jdk9-ci-image
-
name
:
spring-boot-jdk9-ci-image
type
:
docker-image
type
:
docker-image
icon
:
docker
source
:
source
:
repository
:
((docker-hub-organization))/spring-boot-jdk9-ci-image
repository
:
((docker-hub-organization))/spring-boot-jdk9-ci-image
username
:
((docker-hub-username))
username
:
((docker-hub-username))
...
@@ -70,6 +77,7 @@ resources:
...
@@ -70,6 +77,7 @@ resources:
tag
:
((branch))
tag
:
((branch))
-
name
:
spring-boot-jdk10-ci-image
-
name
:
spring-boot-jdk10-ci-image
type
:
docker-image
type
:
docker-image
icon
:
docker
source
:
source
:
repository
:
((docker-hub-organization))/spring-boot-jdk10-ci-image
repository
:
((docker-hub-organization))/spring-boot-jdk10-ci-image
username
:
((docker-hub-username))
username
:
((docker-hub-username))
...
@@ -77,6 +85,7 @@ resources:
...
@@ -77,6 +85,7 @@ resources:
tag
:
((branch))
tag
:
((branch))
-
name
:
artifactory-repo
-
name
:
artifactory-repo
type
:
artifactory-resource
type
:
artifactory-resource
icon
:
package-variant
source
:
source
:
uri
:
((artifactory-server))
uri
:
((artifactory-server))
username
:
((artifactory-username))
username
:
((artifactory-username))
...
@@ -84,6 +93,7 @@ resources:
...
@@ -84,6 +93,7 @@ resources:
build_name
:
((build-name))
build_name
:
((build-name))
-
name
:
repo-status-build
-
name
:
repo-status-build
type
:
github-status-resource
type
:
github-status-resource
icon
:
eye-check-outline
source
:
source
:
repository
:
((github-repo-name))
repository
:
((github-repo-name))
access_token
:
((github-access-token))
access_token
:
((github-access-token))
...
@@ -91,6 +101,7 @@ resources:
...
@@ -91,6 +101,7 @@ resources:
context
:
build
context
:
build
-
name
:
repo-status-jdk9-build
-
name
:
repo-status-jdk9-build
type
:
github-status-resource
type
:
github-status-resource
icon
:
eye-check-outline
source
:
source
:
repository
:
((github-repo-name))
repository
:
((github-repo-name))
access_token
:
((github-access-token))
access_token
:
((github-access-token))
...
@@ -98,6 +109,7 @@ resources:
...
@@ -98,6 +109,7 @@ resources:
context
:
jdk9-build
context
:
jdk9-build
-
name
:
repo-status-jdk10-build
-
name
:
repo-status-jdk10-build
type
:
github-status-resource
type
:
github-status-resource
icon
:
eye-check-outline
source
:
source
:
repository
:
((github-repo-name))
repository
:
((github-repo-name))
access_token
:
((github-access-token))
access_token
:
((github-access-token))
...
@@ -105,6 +117,7 @@ resources:
...
@@ -105,6 +117,7 @@ resources:
context
:
jdk10-build
context
:
jdk10-build
-
name
:
slack-alert
-
name
:
slack-alert
type
:
slack-notification
type
:
slack-notification
icon
:
slack
source
:
source
:
url
:
((slack-webhook-url))
url
:
((slack-webhook-url))
jobs
:
jobs
:
...
...
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