Multi Branch analysis

Template for a good new topic, formatted with [Markdown]

  • ALM used (Bitbucket / AWS CodePipeline)

  • CI system used ( CodeBuild )

  • Languages of the repository : TS/JS

  • Potential workaround
    When used with BitBucket pipeline, it is mentioned that pull requests are automatically analyzed. We are using AWS CodeBuild for build environment and want to achieve the same.

Can you suggest how we can implement it ?

Hi,

You’ll first need to configure your pipeline to run for PRs and make sure the prerequisites are in place. Then provide the PR analysis properties, and you should be good.

Note that you won’t get PR decoration in AWS CodeBuild.

 
HTH,
Ann