Azure DevOps conditional REST API gate trigger only once if OK

Copper Contributor

I'm trying to add a health check to my azure devops pipeline. In order to do so I'm using a gate as a pre-condition to my deploy, which invokes a REST API which passes if OK is returned.

This is what the current setup looks like:

 
 

Untitled.png

 

Take into account that "The time between re-evaluation of gates" must be at least 5 minutes and "The timeout after which gates fail" must be at least 6, it won't allow me to set it to 0.

So this setup kinda works, but it checks the REST API twice for some reason:

 

Untitled2.png

I would expect it to just carry on after the first check returns OK.

0 Replies