File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ resource_types:
1111resources :
1212- name : git-repo
1313 type : git
14+ icon : github-circle
1415 source :
1516 uri : ((github-repo))
1617 username : ((github-username))
@@ -19,33 +20,38 @@ resources:
1920 ignore_paths : ["ci/images/*"]
2021- name : git-pull-request
2122 type : pull-request
23+ icon : source-pull
2224 source :
2325 access_token : ((github-access-token))
2426 repo : ((github-repo-name))
2527 base : ((branch))
2628 ignore_paths : ["ci/*"]
2729- name : ci-images-git-repo
2830 type : git
31+ icon : github-circle
2932 source :
3033 uri : ((github-repo))
3134 branch : ((branch))
3235 paths : ["ci/images/*"]
3336- name : spring-javaformat-ci-image
3437 type : docker-image
38+ icon : docker
3539 source :
3640 repository : ((docker-hub-organization))/spring-javaformat-ci-image
3741 username : ((docker-hub-username))
3842 password : ((docker-hub-password))
3943 tag : ((branch))
4044- name : artifactory-repo
4145 type : artifactory-resource
46+ icon : package-variant
4247 source :
4348 uri : ((artifactory-server))
4449 username : ((artifactory-username))
4550 password : ((artifactory-password))
4651 build_name : ((build-name))
4752- name : github-release
4853 type : github-release
54+ icon : briefcase-download
4955 source :
5056 owner : spring-io
5157 repository : spring-javaformat
You can’t perform that action at this time.
0 commit comments