Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separating printers for Jenkins and Zuul (#239)
* 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