Skip to content
代码片段 群组 项目
未验证 提交 00e1db15 编辑于 作者: Phillip Wells's avatar Phillip Wells 提交者: GitLab
浏览文件

Merge branch 'kballon-master-patch-22862' into 'master'

Update steps to override stop schedule

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/150395



Merged-by: default avatarPhillip Wells <pwells@gitlab.com>
Co-authored-by: default avatarKent Japhet Ballon <kballon@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -598,13 +598,18 @@ The expiration date and time is displayed in the upper-left corner, next to the
When a environment has been [scheduled to stop after a specified time period](#stop-an-environment-after-a-certain-time-period),
you can override its expiration.
To override an environment's expiration:
To override an environment's expiration in the UI:
1. On the left sidebar, select **Search or go to** and find your project.
1. Select **Operate > Environments**.
1. Select the deployment name.
1. in the upper-right corner, select the thumbtack (**{thumbtack}**).
To override an environment's expiration in the `.gitlab-ci.yml`:
1. Open the project's `.gitlab-ci.yml`.
1. Update the `auto_stop_in` setting of the corresponding deploy job and set it to `auto_stop_in: never`
The `auto_stop_in` setting is overridden and the environment remains active until it's stopped
manually.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册