Hi,
In my project I have two CI builds that are run in parallel when PR is merged.
I need to change status of a JIRA ticket when BOTH builds are successfull. Is there any way to make a trigger for automation for the case when there are two builds?
Hi @Andriy Matkivskiy -- Welcome to the Atlassian Community!
As you are building in parallel, using the Jira automation Build Successful trigger (or other build triggers) would likely lead to timing / racetrack problems: https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Build-successful
If your pipeline tools are triggering the builds, can it detect when both are completed? If so, that could perhaps fire an Incoming Webhook triggered rule for Jira: https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Incoming-webhook
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.