Constant CICD_PIPELINE_ACTION_NAME

pub const CICD_PIPELINE_ACTION_NAME: &'static str;
Expand description

The kind of action a pipeline run is performing.

§Notes

§Examples

  • "BUILD"
  • "RUN"
  • "SYNC"