jenkins

Commands you can use to interact with Jenkins

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jenkins" with this command: npx skills add checkmk/checkmk/checkmk-checkmk-jenkins

Commands you can use to interact with Jenkins

Fetch the Jenkins job results

jenkins_build_data.py <Jenkins job URL> --include=stages

You can download test results and console output:

jenkins_build_data.py <Jenkins stage job URL> --include=console,tests

In case the truncated console log does not provide enough information, download the full log

jenkins_build_data.py <Jenkins stage job URL> --include=full-console

in case the jenkins job/build is still BUILDING, you can poll until it is finished (defaults 2 minutes):

jenkins_build_data.py <url> --poll [--poll-interval=SECONDS]

Usage:

jenkins_build_data.py [-h] [--include INCLUDE] [--download SPEC] [--download-dir DOWNLOAD_DIR] [--json] [-q] url

INCLUDE can be: console,tests,artifacts,stages,full-console

Downloading artifacts

Always use /tmp/jenkins-artifacts as the download directory:

jenkins_build_data.py <url> --download "<artifact>" --download-dir /tmp/jenkins-artifacts

Parsing of the downloaded json

Prefer jq over python3 commands.

In case the commands jenkins_build_data.py is missing

Ask the user to clone the zeug_cmk git repository and add it to their PATH. See also: https://wiki.lan.checkmk.net/x/4zBSCQ

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

jenkins

No summary provided by upstream source.

Repository SourceNeeds Review
General

gerrit

No summary provided by upstream source.

Repository SourceNeeds Review
General

owners

No summary provided by upstream source.

Repository SourceNeeds Review