Creating the Azure DevOps Pipeline

Under your Azure organization, you create a project to add the pipeline.

Note: Synopsys recommends that you use the classic editor to create the pipeline.
  1. Create or edit a project in your Azure organization.
  2. On the project page, create a new pipeline.
  3. Select Use the classic editor to create a pipeline without YAML.
  4. Select a source repository.
    1. Ensure that the Polaris YAML configuration file is included in the project source that is checked into the source code control system and that the Polaris CLI can run successfully from the command line on the project that you are building.
    2. Verify that the Team project, Repository, and Default branch are populated and then click Continue.
  5. Select Empty job under Select a template.
You're ready to add/install the Polaris Software Integrity Platform plug-in, configure the build agent, and then run your Azure Pipeline.