jenkins

Aggregate Jenkins builds, pipeline stages, logs, and test results for RCA investigations.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill jenkins-arvo-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jenkins
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/jenkins
Command: npx skills add https://github.com/Arvo-AI/aurora --skill jenkins-arvo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jenkins RCA integration accelerates root cause analysis by consolidating Jenkins builds, deployments, pipeline stages, and test results into a single RCA-facing view.

Core Features & Use Cases

  • Core API access: Core REST API for build details and changes, Pipeline REST API for stage-level breakdown, and Blue Ocean API for run metadata and commits.
  • RCA workflows: Correlate test results, logs, and deployment events to reconstruct incident timelines and pinpoint failure points.
  • Real-world use: During outages, retrieve the last failing and last successful builds for a job to identify introduced changes and affected components.

Quick Start

Identify a Jenkins job and build number to begin RCA investigations and fetch build_detail, pipeline_stages, stage_log, build_logs, and test_results data.

Frequently Asked Questions about jenkins

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

FAQPage Schema
How do I investigate Jenkins build failures during root cause analysis?

To investigate Jenkins build failures during root cause analysis, aggregate build details, pipeline stages, and logs. Compare the last failing build against the last successful one to identify introduced changes and affected components.

Can I retrieve stage-level logs and test results from Jenkins pipelines?

Yes, you can retrieve stage-level logs and test results from Jenkins pipelines. Access the Pipeline REST API for stage breakdowns and Blue Ocean API for run metadata to correlate test outcomes with deployment events.

What APIs are required to access Jenkins pipeline stages and build details?

Accessing Jenkins pipeline stages and build details requires the Core REST API, Pipeline REST API, and Blue Ocean API endpoints. These provide the necessary build changes, stage progress, and run metadata for analysis.

How do I trace deployment events across multiple Jenkins jobs and pipelines?

Trace deployment events across multiple Jenkins jobs by correlating test results, logs, and pipeline stages into a single view. This reconstructs incident timelines and pinpoints failure points across different jobs.

Does Jenkins RCA integration work with Blue Ocean run steps and commits?

Yes, Jenkins RCA integration works with Blue Ocean run steps and commits. It fetches run metadata and commit details via the Blue Ocean API to support tracing context and identifying failure points.