Module gcip.core

The core module contains all direct Gitlab CI keyword representations.

Sub-modules

gcip.core.artifacts

This module represents the Gitlab CI artifacts keyword …

gcip.core.cache

This module represents the Gitlab CI cache keyword …

gcip.core.environment

This module represents the Gitlab CI Environment keyword …

gcip.core.image

This module represents the Gitlab CI Image keyword …

gcip.core.include

This module represents the Gitlab CI Include keyword …

gcip.core.job

This module represents the Gitlab CI Job

gcip.core.need

This module represents the Gitlab CI needs keyword …

gcip.core.pipeline

The Pipeline is the root container for all Jobs and Sequences …

gcip.core.retry

This module represents the Gitlab CI Retry keyword …

gcip.core.rule

This module represents the Gitlab CI rules keyword …

gcip.core.sequence

A Sequence collects multiple Jobs and/or other Sequences into a group …

gcip.core.service

ALPHA This module represents the Gitlab CI Service keyword …

gcip.core.variables

This module contains constants for Gitlab CI predefined variables

gcip.core.when