Reputation: 1258
I use Azure pipelines to deploy to different environments (dev, test, prod) that have been running for 2 1/2 years without issue.
Recently the pipeline has stopped asking for 'approval' after the test deployment stage.
It has been working with the following steps for 2.5 years
The Azure pipeline is a template within a separate repo - there have been no changes to the .yaml files but now the process is
This behaviour is mirrored on every service that deploys using this template.
I am at a loss as to what is causing this
Upvotes: 0
Views: 81
Reputation: 1258
The solution was this:
I 'environment' production had lost its approval - adding it back did not work.
So deleted and recreated and excepted the loss of deployment history. Working now.
Why this would happen I do not not know
Upvotes: 0