I set up the pr of RepoA to create pr and compile in RepoB, now I want to get the compilation result of RepoB in RepoA's pipeline, what should I do?
I think you should be able to access the Bitbucket Cloud REST API from a pipeline using "curl".
Just send requests to the corresponding endpoints and you have the information in the API response. It should be fairly trivial.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.