Skip to content

Commit

Permalink
Add ZuulCI as onprem CI resource
Browse files Browse the repository at this point in the history
Zuul is an open source program that drives continuous integration,
delivery, and deployment systems with a focus on project gating and
interrelated projects.

https://zuul-ci.org/
  • Loading branch information
y2kenny committed May 16, 2020
1 parent 6a778fd commit 731766c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"Circleci": "CircleCI",
"Travisci": "TravisCI",
"Teamcity": "TC",
"Zuulci": "ZuulCI",
},
"container": {
"Rkt": "RKT",
Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ class Travisci(_Ci):
_icon = "travisci.png"


class Zuulci(_Ci):
_icon = "zuulci.png"

# Aliases

CircleCI = Circleci
TravisCI = Travisci
TC = Teamcity
ZuulCI = Zuulci
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.ci.Jenkins**
- **diagrams.onprem.ci.Teamcity**, **TC** (alias)
- **diagrams.onprem.ci.Travisci**, **TravisCI** (alias)
- **diagrams.onprem.ci.Zuulci**, **ZuulCI** (alias)

## onprem.cd

Expand Down
Binary file added resources/onprem/ci/zuulci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 731766c

Please sign in to comment.