应用管理与运维平台 SERVICESTAGE-配置流水线构建任务:配置构建触发器

时间:2024-11-13 11:26:20

配置构建触发器

  1. 配置Jenkins构建触发器。

    1. 勾选“Build when a change is pushed to GitLab”,保存GitLab webhook URL(配置Gitlab webhook时需使用),然后单击右下角“高级”。
    2. 选择“Filter branches by regex ”,配置指定分支变更后触发构建任务,示例中的分支名称为main,单击右下角“Generate”生成Secret token并保存,在配置GitLab webhook时需使用。

  2. 配置GitLab webhook。

    1. 登录GitLab,进入代码仓库,示例中的仓库名称是“test”,选择settings中的“Webhooks”,URL和Secret token填写1获取到的GitLab webhook URL和Secret token。
    2. 取消勾选SSL verification的“Enable SSL verification”,单击“Add webhook”。

support.huaweicloud.com/bestpractice-servicestage/servicestage_05_0031.html