acm-jenkins-client

Read Jenkins build status, test results, and trigger builds.

3|4|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/stolostron/acm-ai-qe --skill acm-jenkins-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acm-jenkins-client
Source: https://github.com/stolostron/acm-ai-qe/tree/main/.claude/skills/acm-jenkins-client
Command: npx skills add https://github.com/stolostron/acm-ai-qe --skill acm-jenkins-client

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an interface to Jenkins CI, allowing users to read build status, test results, pipeline stages, console logs, downstream trees, and trigger builds.

Core Features & Use Cases

  • Read Build Status: Get the status of a Jenkins build, including its result and duration.
  • Access Test Results: Retrieve JUnit test results for a build, including pass/fail/skip counts and per-test details.
  • Monitor Jenkins Jobs: Monitor the progress of Jenkins jobs and trigger new builds.
  • Use Case: For a QA engineer, this Skill can be used to validate a build's test results and trigger a new build if needed, ensuring the quality of the build.

Quick Start

Use the acm-jenkins-client skill to get the status of the last successful build for the job 'CI-Jobs/ocp_deploy_and_acm_install'.

Frequently Asked Questions about acm-jenkins-client

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Jenkins build status and test results programmatically?

You can retrieve Jenkins build status and JUnit test results by accessing the Jenkins CI API to read build data, including pass/fail/skip counts and per-test details.

How do I monitor Jenkins jobs and trigger new builds remotely?

You can monitor Jenkins job progress and trigger new builds by interfacing with the Jenkins CI API, which requires API credentials stored in a local configuration file.

Can I access Jenkins pipeline stages and console logs through an API?

Yes, you can access Jenkins pipeline stages and console logs by using an interface that retrieves pipeline data and console output directly from the Jenkins server.

Does accessing Red Hat Jenkins require a VPN and API credentials?

Yes, accessing Red Hat Jenkins requires a VPN connection and API credentials stored in a specific configuration file to successfully authenticate and retrieve data.

What is the best way to analyze JUnit test results from a Jenkins build?

The best way to analyze JUnit test results from a Jenkins build is to retrieve them via a CI interface that extracts per-test details and pass/fail/skip counts for validation.

Why does my Jenkins job monitoring fail without a local config file?

Jenkins job monitoring fails without a local config file because the API credentials required for authentication are missing, preventing access to the Jenkins CI server.