circleci

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package circleci parses CircleCI's config.yml (2.1) into the same provider-agnostic pipeline model the GitLab parser produces, so it runs on the existing Docker executor and debugger unchanged.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(data []byte) (*pipeline.Pipeline, error)

Parse converts raw CircleCI config.yml bytes into a provider-agnostic pipeline.Pipeline. Only the docker executor is supported; workflow job dependencies (`requires:`) are resolved into dependency levels, which become the pipeline's stages so independent jobs at the same level run before anything that depends on them.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL