File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ resource_types:
11
11
resources :
12
12
- name : git-repo
13
13
type : git
14
+ icon : github-circle
14
15
source :
15
16
uri : ((github-repo))
16
17
username : ((github-username))
@@ -19,33 +20,38 @@ resources:
19
20
ignore_paths : ["ci/images/*"]
20
21
- name : git-pull-request
21
22
type : pull-request
23
+ icon : source-pull
22
24
source :
23
25
access_token : ((github-access-token))
24
26
repo : ((github-repo-name))
25
27
base : ((branch))
26
28
ignore_paths : ["ci/*"]
27
29
- name : ci-images-git-repo
28
30
type : git
31
+ icon : github-circle
29
32
source :
30
33
uri : ((github-repo))
31
34
branch : ((branch))
32
35
paths : ["ci/images/*"]
33
36
- name : spring-javaformat-ci-image
34
37
type : docker-image
38
+ icon : docker
35
39
source :
36
40
repository : ((docker-hub-organization))/spring-javaformat-ci-image
37
41
username : ((docker-hub-username))
38
42
password : ((docker-hub-password))
39
43
tag : ((branch))
40
44
- name : artifactory-repo
41
45
type : artifactory-resource
46
+ icon : package-variant
42
47
source :
43
48
uri : ((artifactory-server))
44
49
username : ((artifactory-username))
45
50
password : ((artifactory-password))
46
51
build_name : ((build-name))
47
52
- name : github-release
48
53
type : github-release
54
+ icon : briefcase-download
49
55
source :
50
56
owner : spring-io
51
57
repository : spring-javaformat
You can’t perform that action at this time.
0 commit comments