Azure DevOps
Azure DevOps is an advanced tool by Microsoft that provides version control, requirements management, automated builds, testing and release management capabilities.
To use Azure DevOps with your Continuous Testing Cloud:
-
Fork one of these Git repositories:
-
Each git repository contains the .azure-pipelines.yml file that specifies build properties and build steps.
infoTo learn more about configuring your azure pipeline .yml file, visit azure documentation.
-
In your Azure, navigate to GitHub connections, then connect your GitHub account.
-
Click Pipelines, then create your pipeline.
-
Select your code repository from the options displayed on the screen.
-
Select the relevant project from the project list.
-
Select your project's repository.
-
Review your .yml file and add any required tasks. You can click Variables in order to add environment variables.
-
Set the Access Key of Continuous Testing Cloud platform as Environment Variables. You can access these parameters from your code environment.
-
Click Pipelines.
-
Library click Add.
-
Set your access key and cloud URL as environment variables.
tipIf needed, obtain your Access Key.
-
-
Click Pipelines.
-
Select your pipeline.
-
Click Run Pipeline. Because your repository already contains the .azure-pipelines.yml file, Azure DevOps knows how to trigger the build.
For more information, see the Azure DevOps documentation.