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 ¶
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.
Click to show internal directories.
Click to hide internal directories.