Trigger

bk-ci supports a variety of ways to trigger the pipeline:

  • API trigger

  • Code base event firing

  • Child pipeline call plug-in trigger

  • timed trigger

  • Manual trigger

  • Remote trigger The built-in BK_CI_START_TYPE value also varies depending on the trigger mode. You can use this value in the pipeline's subsequent plugins as needed:

    触发方式BK_CI_START_TYPE 值

    Remote Trigger

    REMOTE

    Manual Trigger

    MANUAL

    Timing Trigger

    TIME_TRIGGER

    Child-Pipeline Trigger

    PIPELINE

    Code Base Hook Trigger

    WEB_HOOK

    API Trigger

    SERVICE

Last updated