Skip to content

Commit

Permalink
Separating printers for Jenkins and Zuul (#239)
Browse files Browse the repository at this point in the history
* Reducing the CIPrinter interface to just the bare minimum.

This will make it easier for both printers to diverge, in the end the only thing called by the publisher is the 'print_environment' method.

* Renaming base printers.

* Adding two printer classes for Zuul

* Separating printing between base and zuul.

Getting rid of the raw printers too. They do not provide much and are something to maintain.

* Complete rework that separates environment printing from system printing.

* Adding printers for both system types.

* Getting printing back to the system printers.

* Finish the missing part on job printing.

* Cleaning up the code.
  • Loading branch information
jsanemet authored May 16, 2022
1 parent 1ad5f20 commit 99d343d
Show file tree
Hide file tree
Showing 17 changed files with 669 additions and 652 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ celerybeat.pid
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
Expand Down
368 changes: 0 additions & 368 deletions cibyl/outputs/cli/ci/base/colored.py

This file was deleted.

Loading

0 comments on commit 99d343d

Please sign in to comment.