Questions tagged [azure-devops-server-2019]

Azure DevOps Server (formerly Team Foundation Server or TFS) is the latest iteration of Microsoft's DevOps and ALM product suite which contains source control (Azure Repos), CI/CD (Azure Pipelines), agile work and portfolio management (Azure Boards) etc. The current version of Azure DevOps Server is 2020. Use this tag for questions on the 2019 on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

393 questions
1
vote
0 answers

Ubuntu based build agent in AKS cluster giving unexpected error

We were able to successfully add the deployment to Azuredevops Agent pool and could execute the pipeline on them by following the Microsoft docs. But Its throwing strange error related to dynatrace for all the tasks which is getting executed inside…
1
vote
0 answers

Build error on Azue AKS based Build agents for Azuredevops

AzureDevops Build agents in AKS (Ubuntu based) throwing unexpected eror while executing any tasks in them as below. below are the configuration Files which we used. DockerFile FROM ubuntu:18.04 # To make it easier for build and release pipelines to…
1
vote
0 answers

How to setup AzureDevops Selfhosted agents in Azure ContainerAppservice?

We are using Azuredevops server and looking for a way to run our self hosted Build agents in Azure ContainerAPP service as this will support KEDA. But looking in Microsoft documents, there is no guidance to create it and couldnt find any good…
1
vote
1 answer

Deploy web app from on-premise Azure Devops Server to a public web server

Our company is running an on-premise Azure Devops Server in our local intranet, it's only accessible from inside our company's network. We already have several build and release pipelines that deploy to local servers using the deployment group agent…
1
vote
0 answers

Is there any way to list the passed and failed releases in Azuredevops for a specific period of time

Looking for a way to visualise the statistics of seperate releasepipelines with history like, for the last 2 weeks or, 4weeks time, how many of the release pipelines passed and howmany failed ( if failed the error message) Checking whether ADO has…
1
vote
1 answer

is there any way to integrate Alert rules with Azuredevops WorkItems-bugs

Looking for some way to create the ADO workitem type-bugs, whenever any created Azure alert rules trigger alerts. Is there any inbuilt mechanisam available either in ADO or Azure loganalytic workspaces, where we created the alert rules.
1
vote
2 answers

run azuredevops task in all agents of the specified pool

Is there any way to make the pipelie task/job to run in all the agents of the agent pool ? I am planning to create a release pipeline and scheduled once in every week, which is for cleaning up the build agents from unused docker images which are…
1
vote
1 answer

How to recover Pipelines (builds) in Azure DevOps Server 2020 that got removed during ADS upgrade?

How to recover Pipelines (builds) in Azure DevOps Server 2020 that got removed during install? Before upgrade: ADS 20219 After upgrade: ADS 2020 (missing build history for 30+ day builds) The ADS 2020 install will silently REMOVE any builds…
1
vote
1 answer

Installing Azure DevOps Server on a non OS partition/drive

This question applies to Azure DevOps Server 2019 and 2020 I need to install the Azure DevOps application tier or move/set the ADO IIS applications root path to a different drive than the Operating System. I have reviewed the Basic and Advanced…
1
vote
2 answers

How to Migrate from AzDevops server to existing organization in AzDevops service

How to migrate Boards, Pipeline, Test Plan, Artifacts and Repo from on-prem azdevops server to Existing organization in azdevops service? Is it any different tool available?
1
vote
2 answers

Conditional Expression not working in Azure DevOps 2019

I am trying to conditionally execute a step in Azure DevOps Server 2019. I followed the instructions here. I am passing a runTests parameter to my template. At first I tried a condition on the Job, but that doesn't work, because it will always use…
1
vote
1 answer

How do I add a delivery plan when I get thrown this error?

TF50309: The following account does not have sufficient permissions to complete the operation: Hosted Stakeholder License Security Subject. The following permissions are needed to perform this operation: Agile plans.. I am both Project as well as…
1
vote
0 answers

AzureDevOps email notifications randomly not working

We are running our own DevOPS Server in some virtuell Windows Server environment. From time to time (it differs from weeks to months) not a single email gets sent by the server, when e.g. a new WorkItem is assigned to someone or a build pipeline…
Dom84
  • 852
  • 7
  • 20
1
vote
0 answers

Internal Server Error Azure Dev Ops Server 2019

I have inherited an non working AzureDev Ops 2019 server. I have been tasked to fix it. The only thing I seem to be able to access is the Administration console. The site collections (which I am guessing the should look like websites) just show a…
kripton
  • 11
  • 1
1
vote
1 answer

Azure Devops artifacts feed as upstream source for feed in separate Azure Devops server

There are multiple on-premise Azure Devops 2019 servers within my organization. There's an artifacts feed on server A, where some internal nuget packages are published. Repository of a project I work on is hosted on server B. I want to use a single…