Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Trigger Gitlab pipeline in a definite day/time

I have Gitlab pipeline triggering on each merge in other project. Now I would like to trigger pipeline regularly, let’s say, each day at the same time or once a week. Is there any way to set schedule this way?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You mean, like a scheduled pipeline?

It’s under "CI/CD":

  • Pipelines
  • Editor
  • Jobs
  • Schedules

EDIT:
Use "Custom" for "Interval Pattern" and specify it with Crontab notation:

*       *    *             *     *
minute hour day(of month) month day(of week)

For example if you wanted at 4am every Wednesday, then it’s 0 4 * * 3

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading