can we schedule a pipeline to trigger wihout code changes for 6 months

SivaB 91 Reputation points
2022-09-30T10:17:57.347+00:00

I have automated the script to regenerate the ACR tokens for every 6 months.

So i created a pipeline with cron job to schedule the pipeline to trigger for every 6 months.

trigger: none
schedules:

  • cron: "0 0 1 */6 *"
    displayName: Every 6 months once in a year
    branches:
    include:
  • main
    always: true

but it's not at all triggered for 6 months.

Request someone to help on this. Did i miss anything or the cron expression i written is wrong?

Branch is main only. I don't have any other branch.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. tbgangav-MSFT 10,421 Reputation points
    2022-10-02T15:58:28.773+00:00

    Hi @SivaB ,

    Azure DevOps is currently not supported in this Microsoft Q&A platform. These are the products that are currently supported in this Microsoft Q&A platform. You may ask Azure DevOps related questions in this developer community / via this Azure DevOps services support.

    0 comments No comments

  2. SivaB 91 Reputation points
    2022-10-03T07:53:56.807+00:00

    @tbgangav-MSFT , thanks for the update

    0 comments No comments