Azure Pipelines is part of the Microsoft Azure DevOps Services and allows one to
continuously build, test and deploy to any platform or cloud.
Steps
- Go to extension for Azure DevOps (Visual Studio Marketplace)
- Search the marketplace for Beagle Security Test or follow this link and install it.
- Goto your Project
- You can configure Beagle test in your release pipeline or build pipeline.
- For Release Pipeline.
- Navigate to Pipelines -> Releases.
- Create a new pipeline or edit an existing pipeline and Add a Task.
- Search in Tasks for Beagle Security Test and add it.
- To create a new pipeline or modify the existing pipeline
- Navigate to Pipelines
- Create a new pipeline by clicking on Create Pipeline button or edit an existing pipeline
- Click on Show Assistant button on the top-right side.
- Search in Tasks for Beagle Security Test and add it.
- Provide the Application Token and Access Token you have generated from your Beagle Security account
- Now, when your build or release pipeline is triggered, your Beagle Security Test will run.
Walkthrough