Junior — Middle
How can you manually trigger a task or pipeline in GitLab through the user interface?
sobes.tech AI
Answer from AI
In GitLab, to manually run a job or pipeline through the user interface:
- Go to the project and open the CI/CD > Pipelines section.
- Find the desired pipeline or create a new one.
- If a job with the parameter
when: manualis defined in.gitlab-ci.yml, a Play button (▶️) will appear next to it. - Click this button to manually start the job.
If you want to run the entire pipeline manually, you can click the Run pipeline button at the top of the Pipelines page, select the branch and parameters, then confirm the run.