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).