Lists out modules from Jenkins and their current status as it pertains ot CI Triage rotation.
Build the gem:
gem build citriage.gemspec
Install the gem:
gem install {gem_file}
To list modules for all platforms, simply run:
ci-triage
To get verbose output that lists all branches and failing jobs individually, run with the --verbose
option:
ci-triage --verbose
To take it to the next level and list failing configurations per job, run with the --configurations
option:
ci-triage --configurations
To specify specific platforms, use the -p option and list platforms as arguments separated by commas:
ci-triage -p linux,windows,netdev
- windows
- linux
- cross-platform
- netdev
- cloud
- future
Default behavior is to list all platforms.
Bug reports and pull requests are welcome on GitHub at https://github.com/eputnam/citriage.
The gem is available as open source under the terms of the MIT License.