Hi Team,
Can anyone help me to solve exceeded build time limit of 120 minutes? I just edited a few lines of code, but needs to take over 120 minutes still not yet completed. Before we complained about this issue, but now we are still facing the same problem. We urgently need to push the pull request to deploy on our client side, this is not user-friendly for our users.
Hope someone can help us to solve this problem. Thanks.
Welcome to the Atlassian Community!
There's not a lot you can do here, other than improve your build process, so that it runs faster. Most of us do that by fixing it, but another option would be splitting it so that there are two jobs, arranged sequentially, the second one being triggered by a successful run of the first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.