plugins/jenkins/skills/build-watch/SKILL.md
Triggers a Jenkins build and watches it until completion, streaming status updates. Use this when you want to kick off a build and get notified when it's done.
npx skillsauth add kud/claude-plugins build-watchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If the user provided a job name (e.g. /build-watch my-service), use it directly.
If the user provided parameters (e.g. /build-watch my-service BRANCH=main ENV=staging), parse them as key-value pairs.
If no job name was given, ask: "Which Jenkins job do you want to trigger?"
Call trigger_build with the job name and any provided parameters.
Confirm the build was queued and note the queue ID if returned.
Call get_job_status every 15 seconds to check whether the build has started and what its current state is.
Once the build number is known (it may take a few seconds to move from queue to running), switch to get_build_status with the specific build number.
Report status updates as they happen:
QUEUED → "Build is queued..."RUNNING → "Build #N is running (started <time>)..."SUCCESS → "✅ Build #N passed"FAILURE → "❌ Build #N failed"ABORTED → "⚠️ Build #N was aborted"Stop polling after 30 minutes. If the build hasn't finished by then, say so and provide the build URL.
On completion, present:
### Build <job-name> #<N> — <STATUS>
**Duration**: <duration>
**Triggered by**: <cause>
**Branch**: <branch if available>
If the build failed, automatically run the ci-diagnose skill to explain the failure.
Offer to:
get_test_results if tests ranget_artifacts if the build produced artifactsreplay_build if it failed due to a transient issuetools
Shows your Trakt watchlist, recently watched, and upcoming releases. Use this to get a quick overview of your watch queue and activity.
testing
Checks in to a movie or episode you're about to watch on Trakt. Use this when you start watching something.
documentation
Reads the revu review export (revu-review.md) or autosave (.revu.json) from the current directory, presents the annotated diff comments for AI review discussion, then asks whether to delete the export file.
data-ai
Searches your Raindrop.io bookmarks by keyword, tag, or collection. Use this to find a saved link.