jenkins-cli
Manage Jenkins jobs, builds, logs, and artifacts from the terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install jenkins-cli?â–¼
Run `npx skills add avivsinai/jenkins-cli --all -g -y` in your terminal to install the jk skill globally for your agent.
How to trigger Jenkins builds from the command line?â–¼
Use `jk run start <job> -p KEY=value` to start a parameterized build, and add `--follow` to stream logs until completion.
Does jk work with Jenkins SSO or Google OAuth?â–¼
Yes. Sign in via the browser, create a Jenkins API token from /me/configure, then run `jk auth login <url> --username <id> --token <token>`.
Can jk output JSON for scripts and agents?â–¼
Yes. Add `--json` or `--yaml` to most commands, and use `--jq` or `--template` to filter and reshape the output.
Does jk work with Claude Code and Codex?â–¼
Yes. The bundled SKILL.md follows the universal skill standard and runs in Claude Code, Codex CLI, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core