[Ticket] CI/CD Pipelines Changes
pbowen@bbjprojek.org
Wed Nov 5 16:21:39 UTC 2025
The pipelines are the fundamental component of GitLab CI/CD. Configured in a .gitlab-ci.yml file by using YAML keywords.
Pipelines can run automatically for specific events, like when pushing to a branch, creating a merge request, or on a schedule. When needed, you can also run pipelines manually.
Running a pipeline manually
This has changed recently; pipelines can be manually executed, with predefined or manually-specified variables.
You might do this if the results of a pipeline (for example, a code build) are required outside the standard operation of the pipeline.
Link: Run a pipeline manually | GitLab Docs.
If you use GitLab and are affected by some changes in the workflow or pipelines, you can discuss this at #gitlab in Slack.
https://docs.gitlab.com/ci/pipelines/