Git | pipeline schedule | on top of tags
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Team,
We have schedule process in-place to run some jobs, at some specified time. which is good. But can we have something like, scheduler to run the jobs at at particular time - only when a tag is created.
Use case : Sometimes - if 2 different developers/team are working. Developer will push all their minor changes in their day time & main developer will create a tag, when his version is ready. Scheduler to execute that tag, on some specified green-zone time, But not rather any time they create a tag.
I would propose this new feature:
if tag created - scheduler should check for the new tag & execute on its scheduled-time.
&
Scheduler, No need to run the job when there is no tag created
or scheduler to run the latest available tag, on specified time.