Unable to create pipeline because previous job is not in any previous stage
I am using the gitlab pipeline for unit testing, building, pushing, and deploying the below pipeline script.
Unable to create pipeline because previous job is not in any previous stage
I am using the gitlab pipeline for unit testing, building, pushing, and deploying the below pipeline script.
GitLab yaml config contains unknown keys: secrets, when using trigger
I have a GitLab Job, which needs secrets from our vault and triggers a downstream pipeline:
Gitlab job to trigger only for tag on specific branch
I made this simple job that should be triggered only for tag created on test branch.
Gitlab: is it possible to pass an SQL script when manually running pipelines?
Sometimes I need to make a changes to the DB that do not fall into migrations idea (migrations are about changing schema, but I need to manipulate data itself).
Gitlab – How to deactivate pipeline from branch and its children
Is there a way to deactivate the pipeline from running on a certain branch and its children.