Configure Plugin for YAML-Based Pipeline Projects

You can add a plugin as a task in YAML pipeline projects to create a ticket for findings. The steps for this ticking process differ slightly from those of the build or release pipeline.

Perform the following steps to configure the YAML pipeline:

  1. On the Microsoft Azure portal, navigate to the Organization and select the required project.

  2. Click Pipeline.

  3. Create a new Pipeline. 

  4. SelectAzure Repo to store the pipeline YAML file.

    Select the Azure Repo.

  5. Select a repository from an existing list. 

    Select a repository from an existing list.

  6. If you have an existing YAML pipeline file, select the Existing Azure Pipeline YAML file and paste the generated configuration steps into it (for …). Alternatively, select Starter Pipeline.

    Select Starter Pipeline.

  7. Type Qualys ETM Finding  Connector in the search bar.

  8. Select Qualys ETM Finding Connector.

  9. Configure the Qualys ETM plugin
    For more information, refer to Configure Plugin.

  10. Add the configuration steps generated by the plugin into the pipeline file. 

    Add the configuration steps.

  11. Click Save and run.