@@ -21,6 +21,7 @@ resource_types:
21
21
resources :
22
22
- name : git-repo
23
23
type : git
24
+ icon : github-circle
24
25
source :
25
26
uri : ((github-repo))
26
27
username : ((github-username))
@@ -29,86 +30,99 @@ resources:
29
30
ignore_paths : ["ci/images/*"]
30
31
- name : git-pull-request
31
32
type : pull-request
33
+ icon : source-pull
32
34
source :
33
35
access_token : ((github-access-token))
34
36
repo : ((github-repo-name))
35
37
base : ((branch))
36
38
ignore_paths : ["ci/*"]
37
39
- name : github-pre-release
38
40
type : github-release
41
+ icon : briefcase-download-outline
39
42
source :
40
43
owner : spring-projects
41
44
repository : spring-boot
42
45
access_token : ((github-release-notes-access-token))
43
46
pre_release : true
44
47
- name : github-release
45
48
type : github-release
49
+ icon : briefcase-download
46
50
source :
47
51
owner : spring-projects
48
52
repository : spring-boot
49
53
access_token : ((github-release-notes-access-token))
50
54
pre_release : false
51
55
- name : ci-images-git-repo
52
56
type : git
57
+ icon : github-circle
53
58
source :
54
59
uri : ((github-repo))
55
60
branch : ((branch))
56
61
paths : ["ci/images/*"]
57
62
- name : spring-boot-ci-image
58
63
type : docker-image
64
+ icon : docker
59
65
source :
60
66
repository : ((docker-hub-organization))/spring-boot-ci-image
61
67
username : ((docker-hub-username))
62
68
password : ((docker-hub-password))
63
69
tag : ((branch))
64
70
- name : spring-boot-jdk11-ci-image
65
71
type : docker-image
72
+ icon : docker
66
73
source :
67
74
repository : ((docker-hub-organization))/spring-boot-jdk11-ci-image
68
75
username : ((docker-hub-username))
69
76
password : ((docker-hub-password))
70
77
tag : ((branch))
71
78
- name : spring-boot-jdk12-ci-image
72
79
type : docker-image
80
+ icon : docker
73
81
source :
74
82
repository : ((docker-hub-organization))/spring-boot-jdk12-ci-image
75
83
username : ((docker-hub-username))
76
84
password : ((docker-hub-password))
77
85
tag : ((branch))
78
86
- name : artifactory-repo
79
87
type : artifactory-resource
88
+ icon : package-variant
80
89
source :
81
90
uri : ((artifactory-server))
82
91
username : ((artifactory-username))
83
92
password : ((artifactory-password))
84
93
build_name : ((build-name))
85
94
- name : repo-status-build
86
95
type : github-status-resource
96
+ icon : eye-check-outline
87
97
source :
88
98
repository : ((github-repo-name))
89
99
access_token : ((github-access-token))
90
100
branch : ((branch))
91
101
context : build
92
102
- name : repo-status-jdk11-build
93
103
type : github-status-resource
104
+ icon : eye-check-outline
94
105
source :
95
106
repository : ((github-repo-name))
96
107
access_token : ((github-access-token))
97
108
branch : ((branch))
98
109
context : jdk11-build
99
110
- name : repo-status-jdk12-build
100
111
type : github-status-resource
112
+ icon : eye-check-outline
101
113
source :
102
114
repository : ((github-repo-name))
103
115
access_token : ((github-access-token))
104
116
branch : ((branch))
105
117
context : jdk12-build
106
118
- name : slack-alert
107
119
type : slack-notification
120
+ icon : slack
108
121
source :
109
122
url : ((slack-webhook-url))
110
123
- name : every-wednesday
111
124
type : time
125
+ icon : clock-outline
112
126
source :
113
127
start : 8:00 PM
114
128
stop : 9:00 PM
0 commit comments