英文: Gitab CI : rules with changes to a dir/path 问题 我正在尝试在我的CI中添加这个逻辑: 不要在 merge_request_events 或合并请求...
触发 Gitlab 流水线在特定日期/时间。
英文: Trigger Gitlab pipeline in a definite day/time 问题 我想要定期触发流水线,比如每天在相同的时间或每周一次。有没有一种设置计划的方式? 英文: I...
如何自动化从暂存区合并到生产环境?
英文: How can i automate the merging from staging to production? 问题 这种方法的问题在于,每次从暂存到生产的手动合并请求之后,第二个合并请...
默认的GitLab CI镜像是什么?
英文: What is the default gitlab-ci image? 问题 我查看了GitLab Docker文档,但未找到默认的GitLab CI Docker镜像是什么。 (我没有设置...
您可以在我的网站上打印 ${CI_COMMIT_SHA} 吗?
英文: Docker, Gitlab: How can I print ${CI_COMMIT_SHA} on my website? 问题 I want to display the value o...
在GitLab CI配置文件脚本中出现“折叠的多行命令错误”
英文: Getting # collapsed multi-line command error in GitLab CI config file scripts 问题 I'm trying to p...
How to (implicitly) pass environment variables to Maven build in gitlab-ci.yml for a Spring Boot application?
英文: How to (implicitly) pass environment variables to Maven build in gitlab-ci.yml for a Spring Boot...
slack API – webhook – gitlab-ci.yml – invalid payload with curl
英文: slack API - webhook - gitlab-ci.yml - invalid payload with curl 问题 我想设置一个 Slack 频道接收 XML 负载。 在 g...
如何在执行子流水线后在GitLab中运行特定阶段?
英文: How run a particular stage in GitLab after the execution of child pipelines'? 问题 以下是您要翻译的内容:...
grep在GitLab CI中失败
英文: grep failing in gitlab CI 问题 script: | echo "running jenkins job from user $EMAIL using fol...
8