我们可以在 Gitlab 社区版中使用触发器吗
Posted
技术标签:
【中文标题】我们可以在 Gitlab 社区版中使用触发器吗【英文标题】:Can we use Trigger in Gitlab community edition 【发布时间】:2021-09-16 21:37:50 【问题描述】:?我在尝试配置多项目管道时收到错误消息。
这是我的代码:
stages:
- test
testing:
stage: test
script:
- echo "Parent pipeline is working"
trigger:
- project: testgroup/childproject
- branch: master
错误:作业:测试配置包含未知键:触发器
【问题讨论】:
【参考方案1】:您能否分享一下您正在运行此代码的 runner 版本? Gitlab 社区版仅允许从 12.8 开始。
另外:
-
请记住,带触发器的作业与脚本部分兼容
不要在项目和分支元素前使用“-”
参考:https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html#trigger-job-configuration-keywords
【讨论】:
以上是关于我们可以在 Gitlab 社区版中使用触发器吗的主要内容,如果未能解决你的问题,请参考以下文章