CircleCI

Edit page Last modified: 21 November 2022

CircleCI is a cloud-based CI/CD system. You can build Qodana into your CircleCI pipelines using the CircleCI Qodana orb as described in this procedure:

  1. Create the .circleci/config.yml file and specify the CircleCI version:

  1. Below the CircleCI version, add the orbs stanza, and then specify the qodana element along with the Qodana version:

If necessary, repeat this step for all required workflows and jobs.

  1. In the CircleCI UI, opt in to use uncertified orbs.