Questions tagged [azure-devops-server-2022]

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 2022. Use this tag for questions on the on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

9 questions
1
vote
0 answers

Install container engine on build-server on the fly

We use the Azure DevOps build pipelines. In one pipeline we now want to add a build-step to build a container-image with something like Docker@2 or similar. As a preparation for this we have also added a previous DockerInstaller@0-step so that…
1
vote
2 answers

How to add a drop-down list for data entry in Azure DevOps Server 2022?

I've recently switched process models from XML to Inherited, to allow for easier customization of Work Item Types, etc. Under the old XML model we could modify, for example, a PBI's Effort field to create a pick list of numbers for easier data…
InteXX
  • 6,135
  • 6
  • 43
  • 80
0
votes
0 answers

How to get test case execution of a test case with context of a Test Suite..?

How to get test case execution of a test case with context of a Test Suite..?? if the same test case is present in another test suite, I do not want it, its information is irrelevant to me. I am using the code, but it is not behaved as expected. I…
0
votes
1 answer

Email notification when a comment is made in a pull request I am reviewer

In Azure DevOps Server, how can I create an email notification for pull requests where I am reviewer for the case that someone creates a comment? The default configuration already includes notifications for comments in threads I participated, for…
Martin
  • 1,986
  • 15
  • 32
0
votes
0 answers

Pytest tests failing in pipeline

When executing my pipeline, 2 out of 4 tests seem to fail, I have been racking my brain to try and figure this out, but have come up with nothing so far. Below is the an extract of the error received: 2023-07-24T17:39:29.1521473Z…
0
votes
1 answer

Can an Azure DevOps Work Item Template contain a simple multi-line text input?

We are running on-premises Azure DevOps Server 2022.0.1 (AzureDevOpsServer_20230418.1) I have added a String input to the Task WIT in my system From the Fields section:
0
votes
0 answers

Azure Devops Server - what is a work item "processbehavior"

I am trying to get some information on Azure Devops Work Item Behaviors and not seeing a description of what it does. This link really doesn't say anything useful other than how to…
0
votes
0 answers

Run only selective tests on AzureDevops Server 2022 based on Pull-Request

I have Azure DevOps Server 2022 and I have a Visual Studio C# Soulution in the repoistory. Is it possible after creating pull request, based on the Tags provided (see picture bellow), run only the tests, that matches the Tag with the…
0
votes
2 answers

Unable to authorize Azure-Devops agent pool, received as a variable

I have multiple agent pools that require a pipeline to request authorization. When I assign a hardcoded value like pool: STAGING to the pipeline, it stops and asks for authorization. ⚠️ This pipeline needs permission to access a resource before…