Azure / Azure/azure-cli-extensions

az pipelines create - causes an error on the web ui after creation.

Open
#1,711 4 comments 0 reactions 0 assignees View on GitHub
customer-reported DevOps Pipelines question Service Attention
Dominant language
Python
Stars
454
Forks
1.7k
Avg merge
2d 19h
Merged PRs (30d)
64

Description

### Extension name (the extension in question)
Pipelines Create
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/pipelines?view=azure-cli-latest#ext-azure-devops-az-pipelines-create

### Description of issue (in as much detail as possible)
When creating a build with
``` powershell
az pipelines create --name 'ui-build' --description '' --repository $projectGitUrl --org $baseURL --project $projectId --branch master --yml-path pipeline.yml --skip-run | ConvertFrom-Json
```
The build successfully is created and will run as expected. Trying to edit the build via the webui produces an error.

![image](https://user-images.githubusercontent.com/3475465/82075960-b1cb9900-96a2-11ea-9511-d192996da7f7.png)

-----

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.