AgentSkillsCN

gitlab-pipeline

监控并触发GitLab CI/CD流水线。查看流水线状态、作业日志,并触发部署。

SKILL.md
--- frontmatter
name: gitlab-pipeline
description: Monitor and trigger GitLab CI/CD pipelines. View pipeline status, job logs, and trigger deployments.

GitLab Pipeline

Interact with GitLab CI/CD pipelines for the NWM Player repository.

Configuration

Set GITLAB_URL and GITLAB_TOKEN in environment or openclaw.json credentials.

Available Actions

  • pipeline_status — Get status of the latest pipeline for a branch.
  • pipeline_jobs — List jobs in a pipeline with status and duration.
  • pipeline_logs — Fetch logs for a specific job.
  • pipeline_trigger — Trigger a new pipeline on a branch.
  • deploy_production — Trigger manual production deployment (requires confirmation).