Commit 0c49bd36 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'gerardo-master-patch-33853' into 'master'

Add clarification on manual jobs

See merge request gitlab-org/gitlab!55554
parents bf7c49f3 465e5a3f
......@@ -2316,7 +2316,8 @@ started by a user. You might want to use manual jobs for things like deploying t
To make a job manual, add `when: manual` to its configuration.
Manual jobs can be started from the pipeline, job, [environment](../environments/index.md#configure-manual-deployments),
When the pipeline starts, manual jobs display as skipped and do not run automatically.
They can be started from the pipeline, job, [environment](../environments/index.md#configure-manual-deployments),
and deployment views.
Manual jobs can be either optional or blocking:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment