avivsinaiavivsinaiCommunity·1 Agent Skills Included

jenkins-cli

Manage Jenkins jobs, builds, logs, and artifacts from the terminal

Controls Jenkins controllers from the command line: search jobs across folders, trigger and follow pipeline runs, stream logs, and download artifacts. Eliminates slow web UI clicking and manual config.xml editing when managing builds, credentials, nodes, queues, and plugins. Outputs JSON or YAML with jq and template filters so scripts and agents can automate Jenkins workflows end to end.
npx skills add avivsinai/jenkins-cli --all -g -y
Available:

Gives the agent the repository architecture, build and test commands, and discovery patterns like jk search and jk run ls for automating Jenkins tasks with the jk CLI.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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→