【发布时间】:2021-09-16 21:37:50
【问题描述】:
我们可以在 Gitlab 社区版中使用触发器吗?我在尝试配置多项目管道时收到错误消息。
这是我的代码:
stages:
- test
testing:
stage: test
script:
- echo "Parent pipeline is working"
trigger:
- project: testgroup/childproject
- branch: master
错误:作业:测试配置包含未知键:触发器
【问题讨论】: