jenkins-ops

SKILL.md

Jenkins Ops

Use this skill for routine Jenkins operations through the bundled script instead of ad-hoc curl.

Inputs

  • Jenkins URL
  • Jenkins user + API token (if auth required)
  • job name
  • optional build parameters

Prefer env vars:

  • JENKINS_URL
  • JENKINS_USER
  • JENKINS_TOKEN
  • JENKINS_TIMEOUT

Security notes

  • Never hardcode real Jenkins URLs, usernames, or API tokens into the skill files.
  • Prefer environment variables over command-line flags for tokens, to avoid leaking them into shell history, logs, screenshots, or shared terminal transcripts.
Installs
1
First Seen
Apr 8, 2026