Work with Pipelines
AZD Pipelines new features
We are presenting a dedicate Pipeline Tool Window for a centralized and organized view.
View all your Pipelines
Now you can see all your Azure DevOps Pipelines right in the IDE.
Open a specific Pipeline Run
From the list you can now open a specific Pipeline run directly in your IDE
Download the stage's log or jump to the azure-pipeline.yml file
Get an intuitive overview with the Pipeline Stage Diagram.
See the result of the Pipeline tests, jump to a specific test or analyze the stack trace for a failed one.
When selecting a test from the test panel, you can jump to the test file or download the stacktrace if it failed.
Run a specific Pipeline Run
You can select a branch and a pipeline to run right from the IDE
Pipelines YAML schema injection
Inject Azure DevOps pipelines YAML schema in your IDE
By default, the plugin will inject the latest Azure DevOps pipelines YAML schema in your IDE.
When you open an
file, the plugin will inject the schema, so you can use code completion and validation.