Skip scheduled pipeline on tags
Hello I have a scheduled pipeline that runs on the main
branch on Gitlab. I don’t want it to run on tags
Why does pipeline variable not work in RULES section in gitlab-ci.yaml job description?
I have the following gitlab-ci.yaml file. And BUILD_NUMBER variable should be passed from upstream job to the downstream one (someproject). With the following configuration this trigger-job will be created and fired each time no matter if BUILD_NUMBER is in context or not:
Dynamic variable in Gitlab’s CI/CD
I have gitlab runners for my laravel project. I want to deploy in a directory, name of it will consist of date and time joined with “_” for what i want run