Making CI/CD triaging little bit easier
virtualenv ~/.cinfo_venv && source ~/.cinfo_venv/bin/activate
git clone [email protected]:bregman-arie/cinfo.git
cd cinfo
pipenv install .
sources:
prod_jenkins:
type: jenkins
url: https://some.jenkins.com
jobs:
- jobX
- jobY
targets:
some_spreadsheet:
type: google_spreadsheet
url: https://docs.google.com/spreadsheets/d/some.spreadsheet
configuration file should be set in one of the following paths:
/etc/cinfo/cinfo.yaml
~/.cinfo/cinfo.yaml
Configuration can include multiple sources and targets.
To run full triaging process of pulling and publishing the data: cinfo triage
To only pull data: cinfo pull
To only publish existing local data: cinfo publish
Sources:
- Jenkins
- (TODO) Report Portal
- (TODO) ELK
Targets:
- Google Spreadsheet
- (TODO) Email
Contributions are made by submitting pull requests