Alex Gordon
Alex Gordon

Reputation: 60871

BUILDS are missing from azure devops

Where are the builds? How do I create a build?

When I go to pipelines, I do not see builds:

enter image description here

I am a member of the build administrators group.

From VS, I can go to view builds in browser:

enter image description here

That correctly takes me to:

https://myorg.visualstudio.com/myproject/_build

Yet, it's still missing builds:

enter image description here

I can even query for a specific build:

https://myorg.visualstudio.com/myproject/_build?definitionId=75&view=runs

And here's what I get:

enter image description here

Where are the builds? How do I create a build?

Upvotes: 13

Views: 6652

Answers (2)

Malcolm Salvador
Malcolm Salvador

Reputation: 1566

The previous "Builds" interface can be accessed at the bottom of the "Where is your Code" section. click on "Use the classic Editor"

the classic builds

CLicking that will now lead you to the "classic" interface.. for those who are following guides from 2018-2019

enter image description here

Upvotes: 1

TrevorBrooks
TrevorBrooks

Reputation: 3860

Builds are now called Pipelines.

To create a Pipeline: https://learn.microsoft.com/en-us/azure/devops/pipelines/create-first-pipeline?view=azure-devops&tabs=tfs-2018-2

Upvotes: 14

Related Questions