Table of Contents |
---|
Introduction
Azure Pipelines, a cutting-edge cloud-based solution thoughtfully crafted by Microsoft, epitomizes automated excellence in building and testing code projects. With its extensive language and project type support, Azure Pipelines emerges as a unifying force in software development.
...
User can follow below to integrate the tool-
...
Setup Configuration
To setup, navigate to project settings and click 'Setup' under Jenkins tool
...
Under Azure Pipeline Configuration page, first section shall be 'Available Connection'. Recently created pipeline Connections shall be displayed here. Select radio button for desired connection.
Configured Tool section shall display existing configuration with Jenkins.
Enter the following details
Job Type- Required job type could be Build/Deploy
Pipeline Name- Based on selected Job Type, Pipeline name will populate
Click Save button
...