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_URLJENKINS_USERJENKINS_TOKENJENKINS_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.