cloudbees

Investigate CloudBees CI builds, deployments, and test results during incident response.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA.

## Core Features & Use Cases

  • Unified CloudBees RCA tooling to inspect recent deployments, build details, pipeline stages, stage logs, and test results.
  • Correlate deployment events with Blue Ocean data and OTel traces to identify root causes.
  • Practical use case: during an incident, retrieve the latest deployment, drill into build_detail and pipeline_stages, and fetch logs and test results for failure analysis.

### Quick Start Run cloudbees_rca with action=recent_deployments to identify deployments near the incident time, then drill into build_detail, pipeline_stages, stage_log, and build_logs to gather cause data.

Frequently Asked Questions about cloudbees

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

FAQPage Schema
How do I investigate CloudBees CI build failures for root cause analysis?

To investigate CloudBees CI build failures, you can retrieve recent deployments and drill into build details, pipeline stages, stage logs, and test results. This step-by-step data gathering identifies the root cause during incident response.

How do I retrieve pipeline stage logs during a CloudBees CI incident?

You can retrieve pipeline stage logs by specifying the job path and build number. This fetches detailed stage logs and build logs to analyze failures and traces within your continuous integration workflows.

Can I correlate CloudBees deployment events with Blue Ocean data and traces?

Yes, you can correlate CloudBees deployment events with Blue Ocean data and OTel traces. By specifying pipeline name and run number, you fetch Blue Ocean run and step data to identify root causes.

What information do I need to diagnose a CloudBees CI pipeline failure?

Diagnosing a CloudBees CI pipeline failure requires a job path and build number for Core or wfaPI actions, or a pipeline name and run number for Blue Ocean actions to fetch logs and traces.

What is the best way to start root cause analysis for a CloudBees CI incident?

The best way to start root cause analysis is retrieving recent deployments to identify changes near the incident time. You then drill into build details, pipeline stages, logs, and test results.

Does CloudBees CI root cause analysis support fetching test results?

Yes, CloudBees CI root cause analysis supports fetching test results. You can retrieve test results alongside build details and pipeline stage logs to perform comprehensive failure analysis during incidents.