Trigger a pipeline on a monthly basis in Azure DevOps

0 votes
I want to create a pipeline that triggers every month even if there is a change in the git branch. This is what I currently have:

trigger: none
# YAML file in the main branch
schedules:
- cron: "0 0 1 * *"
  displayName: Monthly build
  branches:
    include:
    - master
    - development
  always: true

But this doesn't work. How can I make it work?
Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,050 points
633 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Other DevOps Questions

0 votes
1 answer
0 votes
0 answers

OWASP Zed Attack Proxy Scan in DevOps pipeline

I want to do the "Authenticated Scan" ...READ MORE

Mar 15, 2022 in DevOps Tools by Kichu
• 19,050 points
666 views
0 votes
0 answers
0 votes
0 answers

Multiple YAML build pipelines in Azure DevOps

Using the new YAML way I want ...READ MORE

Mar 15, 2022 in DevOps Tools by Kichu
• 19,050 points
918 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP