Choose jobs in scheduled pipelines
Description
I have a .gitlab-ci.yml
file that holds two deploy jobs. They deploy to the same machine, but should be executed with different frequencies.
Example: I have one job that deploys backend features and gets deployed once a week. I have another job that I would like to run daily, to deploy my single page application
. The changes and the rate of evolution of the SPA is higher then the backend.
Proposal
In the scheduled pipelines screen, when adding a new scheduled job, I would like to:
- Select the job I want for this schedule;
- If not selected, run all jobs (as it is today)