Bitrise Build Issue Report template
Description of the issue
I have a workflow that triggers two other workflows. When I push a change into the connected branch, the workflow starts, then is being aborted and then starts again. So it is triggered two times I guess and the second cancels the first one. I don’t see any misconfiguration in my workflow, so I don’t have any clue what is causing this weird behavior. Help me identify and fix this, please. Thanks in advance.
Environment:
Both Mac and Ubuntu stacks
Which build Step causes the issue and which version of the step?
The push triggering step
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : Every time
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : A week or two ago