keptn-sandbox / keptn-azure-devops-extension

Azure DevOps Extension for integrating Keptn with your Azure DevOps Pipelines
Apache License 2.0
6 stars 4 forks source link

Update Azure extension to include waiting for 0.8.4 keptn workflow events. #35

Closed mariarolbiecka closed 3 years ago

mariarolbiecka commented 3 years ago

At the moment the only event that you can wait for using Keptn extension is deprecated "evaluation-done" event.

image

It would be great to have "Wait for Keptn Event" task updated.

heydenb commented 3 years ago

The new way of evaluation.finished is already available when you are running against a keptn 0.8 instance. An improvement would be to make this "evaluation" sequence configurable. So one could wait the finished state of whatever sequence.

heydenb commented 3 years ago

Just released 1.3.6 of the extension. Its supporting any type of waiting for sequence now. If it's an evaluation the feature to mark the pipeline as red or orange still applies. If it's another type of event, you will recieve the JSON string as a pipeline variable so you can do whatever you want with it. See updated README file.