jenkins
1
总安装量
1
周安装量
#52205
全站排名
安装命令
npx skills add https://github.com/checkmk/checkmk --skill jenkins
Agent 安装分布
opencode
1
codex
1
claude-code
1
Skill 文档
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
# 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
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