diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-28 20:09:27 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-28 20:09:27 +0000 |
commit | 99d143fb2e67b1015166d54cb6cac5c197355a10 (patch) | |
tree | 3928aee24c6b8a36c77e321398ea93c7d9db7955 /doc | |
parent | 1ce27c7d78f0833985ef82b0018064d3c821b9fe (diff) | |
parent | ac87bd0c113e5265d7913e13c005850a4f6bf4c3 (diff) | |
download | gitlab-ce-99d143fb2e67b1015166d54cb6cac5c197355a10.tar.gz |
Merge branch '38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master'
Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings
Closes #38962
See merge request gitlab-org/gitlab-ce!15380
Diffstat (limited to 'doc')
-rw-r--r-- | doc/topics/autodevops/img/auto_devops_settings.png | bin | 0 -> 67845 bytes | |||
-rw-r--r-- | doc/topics/autodevops/index.md | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/topics/autodevops/img/auto_devops_settings.png b/doc/topics/autodevops/img/auto_devops_settings.png Binary files differnew file mode 100644 index 00000000000..b572cc5b855 --- /dev/null +++ b/doc/topics/autodevops/img/auto_devops_settings.png diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 28308fc905c..914217772b8 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -121,7 +121,7 @@ Google Cloud. ## Enabling Auto DevOps -NOTE: **Note:** +**Note:** If you haven't done already, read the [prerequisites](#prerequisites) to make full use of Auto DevOps. If this is your fist time, we recommend you follow the [quick start guide](#quick-start). @@ -129,10 +129,14 @@ full use of Auto DevOps. If this is your fist time, we recommend you follow the 1. Go to your project's **Settings > CI/CD > General pipelines settings** and find the Auto DevOps section 1. Select "Enable Auto DevOps" +1. After selecting an option to enable Auto DevOps, a checkbox will appear below + so you can immediately run a pipeline on the default branch 1. Optionally, but recommended, add in the [base domain](#auto-devops-base-domain) that will be used by Kubernetes to deploy your application 1. Hit **Save changes** for the changes to take effect +![Project AutoDevops settings section](img/auto_devops_settings.png) + Now that it's enabled, there are a few more steps depending on whether your project has a `.gitlab-ci.yml` or not: |