buildgit
Originally fromgclayburg/skills
Installation
SKILL.md
buildgit
A CLI for git operations and monitoring Jenkins CI/CD build pipelines.
What this skill does
- replacement for
git pushcommand. Instead ofgit pushusebuildgit push - uses git to push changes then expects a Jenkins build to automatically start, then monitors it
- shows Jenkins build status in many different ways
- analyzes build timing, executor capacity, pipeline structure, and queue contention to enable build optimization
- uses Jenkins REST api to monitor and track a Jenkins pipeline build job
- any command unknown to
buildgitis delegated togit, e.g.buildgit logwould rungit log
All paths in this document are relative to this SKILL.md file's directory, not the project root.
How to use
Related skills