DORKAG Help

AZD 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.

azure devops pipelines

Open a specific Pipeline Run

From the list you can now open a specific Pipeline run directly in your IDE

azure devops pipelines

Download the stage's log or jump to the azure-pipeline.yml file

pipelines_details_actions

Get an intuitive overview with the Pipeline Stage Diagram.

pipeline diagram

See the result of the Pipeline tests, jump to a specific test or analyze the stack trace for a failed one.

pipeline tests

When selecting a test from the test panel, you can jump to the test file or download the stacktrace if it failed.

pipeline_test_actions

Run a specific Pipeline Run

You can select a branch and a pipeline to run right from the IDE

azure devops run pipelines

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 azure-pipelines.yml file, the plugin will inject the schema, so you can use code completion and validation.

    pipeline_injections
Last modified: 28 August 2024