一键导入
cloudbees-oc
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
Amazon CloudWatch alarm integration — receives alarm state-change notifications via SNS webhooks and creates incidents automatically
| name | cloudbees_oc |
| id | cloudbees_oc |
| description | CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA |
| category | cicd |
| connection_check | {"method":"get_token_data","provider_key":"cloudbees_oc","required_field":"base_url"} |
| tools | ["cloudbees_rca"] |
| index | CI/CD -- CloudBees Operations Center: cross-controller deployments, managed controller inventory, feature flag changes |
| rca_priority | 3 |
| allowed-tools | cloudbees_rca |
| metadata | {"author":"aurora","version":"1.0"} |
CloudBees Operations Center (CJOC) integration for enterprise-wide CI/CD visibility during Root Cause Analysis. Operations Center manages multiple Jenkins controllers and provides a unified view of all builds and deployments across the organization.
The same cloudbees_rca tool is used, with additional enterprise actions enabled when Operations Center is connected.
Enterprise Actions:
controller_list — List all managed Jenkins controllers and their status (online, offline, failing)cross_controller_deployments — Query recent builds across ALL managed controllers; optional service filter and time_window_hoursflag_changes — Query recent feature flag changes from CloudBees Feature Management; optional app_id filterWhen Operations Center is connected, start broad and narrow down:
cloudbees_rca(action='controller_list') — See all managed controllers and their healthcloudbees_rca(action='cross_controller_deployments', service='SERVICE') — Find recent deployments across ALL controllerscloudbees_rca(action='flag_changes') — Check if any feature flags were toggled near the incident timebuild_detail, pipeline_stages, build_logs as neededcross_controller_deployments to see all recent activity across the entire CI/CD infrastructure, not just one controller.flag_changes when an incident might be caused by a feature flag toggle (gradual rollout gone wrong, kill switch activated, etc.).controller_list to check if a controller itself is unhealthy (offline, failing builds).cross_controller_deployments for broad visibility before drilling into a specific controller.flag_changes when the incident pattern suggests a gradual rollout or toggle (e.g., affecting a percentage of users).controller_list can be used with standard CloudBees CI actions (build_detail, etc.).