Trending questions in DevOps & Agile

0 votes
0 answers

Azure DevOps REST api - Run pipeline with variables

I have a pipeline on Azure DevOps ...READ MORE

Mar 28, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,773 views
0 votes
0 answers

Direct Azure DevOps pipeline logs to Log Analytics?

I want to direct the azure pipeline ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,024 views
0 votes
0 answers

docker-compose for Detached mode

I have the following command to run ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
745 views
0 votes
0 answers

Assign specific agent on Azure DevOps YAML Pipelines

I want to know how to assign ...READ MORE

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,289 views
0 votes
0 answers

Why am I not receiving Notification for Pending Approval in my Azure DevOps Server CD?

I created a pre-deployment step in our ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
594 views
0 votes
0 answers

Azure Devops CI pipeline trigger for multi projects

I have the following structure: Test-A and Test-B ...READ MORE

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,237 views
0 votes
0 answers

Azure DevOps - how to track planned vs unplanned work items

My team wants to keep track of ...READ MORE

Apr 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
619 views
0 votes
0 answers

creating an output variable azure devops from the Azure SQL InlineSqlTask task

 YAML content : - task: SqlAzureDacpacDeployment@1 displayName: ...READ MORE

Apr 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
614 views
0 votes
0 answers

do you need to login - using `az devops login` - when AZURE_DEVOPS_EXT_PAT is set?

I have PAT set using environment variable ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,050 points
905 views
0 votes
0 answers

Azure DevOps CICD with .NET framework web app

We have a git repo on Azure ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,724 views
0 votes
0 answers

${{ if }} Syntax in Azure DevOps YAML

I have a pool of self-hosted VMs ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,769 views
0 votes
0 answers

How do I actually install Docker on Windows 8.1? (Docker Toolbox for Windows 8.1 was deprecated recently)

So I have been advised something like ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
575 views
0 votes
0 answers

Impediments in Azure DevOps against user stories

There are impediments in my user story ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
531 views
0 votes
0 answers

Azure DevOps Pipelines - run YAML pipeline only when previous run was successful

I created a build pipeline in Azure ...READ MORE

Apr 19, 2022 in Other DevOps Questions by Kichu
• 19,050 points
656 views
0 votes
0 answers

How to install ODBC driver in azure DevOps built pipeline to run a script on Azure ML compute?

I use python scripts to connect my ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
729 views
0 votes
0 answers

What service principle does Azure DevOps pipeline jobs run under

I have an integration test task in ...READ MORE

Apr 18, 2022 in Other DevOps Questions by Kichu
• 19,050 points
663 views
0 votes
0 answers

How to import task groups in Azure DevOps

I have more than one release pipeline ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
488 views
0 votes
0 answers

Newly created azure ad group not available in azure devops rest api

I want to create azure ad groups ...READ MORE

Apr 18, 2022 in Other DevOps Questions by Kichu
• 19,050 points
653 views
0 votes
0 answers
0 votes
0 answers

Azure devops not running xunit tests

No test is available in C:\stuff\Debug\x64\bin\x86\ilc\MyApp.Test.dll some_other_dlls ...READ MORE

Apr 11, 2022 in Other DevOps Questions by Kichu
• 19,050 points
943 views
0 votes
0 answers

unable to connect to Azure DevOps Server from VS 2019

I just installed Azure DevOps 2019 on ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,351 views
0 votes
0 answers

How can I install Docker on Windows 10 Home?

I was aware that Docker would not ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
562 views
0 votes
0 answers

Get UseDotNet@2 in Azure DevOps to use the vmImage's dotnet SDK (or one from a cache)

I have an Azure DevOps pipeline with ...READ MORE

Apr 19, 2022 in Other DevOps Questions by Kichu
• 19,050 points
608 views
0 votes
0 answers

Azure Devops for Power apps

I am Implementing DevOps for PowerApps by ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
452 views
0 votes
0 answers

Is there a way to make an Azure DevOps release only publish the actual latest change from a build pipeline?

My two commits were merged to master ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
687 views
0 votes
0 answers

Kill a Docker Container

For my node program, I created a ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
485 views
0 votes
0 answers

Microsoft Flow Add Outlook attachment to VSTS Work Item

I want to upload an  Outlook attachment to VSTS. ...READ MORE

Apr 18, 2022 in Other DevOps Questions by Kichu
• 19,050 points
632 views
0 votes
0 answers

Azure DevOps manually publish an external libraries to Azure Artifacts?

I have an external library I created ...READ MORE

Apr 12, 2022 in Other DevOps Questions by Kichu
• 19,050 points
854 views
0 votes
0 answers
0 votes
0 answers

How to create named and latest tag in Docker?

Assume I have an image that I ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
443 views
0 votes
0 answers

How to download the latest build artifacts from Azure DevOps programmatically?

I have a .NET C# application and ...READ MORE

Apr 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,322 views
0 votes
0 answers

How to delete a docker image?

A Dockerfile is included in my project ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
439 views
0 votes
0 answers

How to specify Cake.Tool version on yaml task in Azure devops pipelines

I have this YAML task to run ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
409 views
0 votes
0 answers

To whom are Azure DevOps access request e-mails sent? And can that be controlled?

How can I  control the recipients of ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
407 views
0 votes
0 answers

Adding additional boards in Azure Devops

My team contains only one board in ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
609 views
0 votes
0 answers
0 votes
0 answers

How to stop grouping by User Stories in Azure DevOps sprint boards?

 Take a look at the image below. ...READ MORE

Apr 8, 2022 in Other DevOps Questions by Kichu
• 19,050 points
993 views
0 votes
0 answers

Power Platform DevOps Tools new environment creation task

I wanted to set up an Azure ...READ MORE

Apr 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
427 views
0 votes
0 answers

Azure DevOps Workflow Rules

I wanted to create a flow rule ...READ MORE

Apr 20, 2022 in Other DevOps Questions by Kichu
• 19,050 points
424 views
0 votes
0 answers

Re-checking for merge conflicts in VSTS (Azure DevOps)

The PR1 status says "No merge conflict/last ...READ MORE

Apr 11, 2022 in Other DevOps Questions by Kichu
• 19,050 points
804 views
0 votes
0 answers

Azure DevOps pipeline DotNetCore test path projects pattern

I want to test my .NET Core ...READ MORE

Mar 27, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,490 views
0 votes
0 answers

DevOps Features linked (or Related) across Epics

Can we link features across Epics in ...READ MORE

Apr 19, 2022 in Other DevOps Questions by Kichu
• 19,050 points
483 views
0 votes
0 answers

Azure DevOps: 1 Solution Multiple Projects CI/CD

I have a solution with six projects: Web API ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
517 views
0 votes
0 answers

How to get a Drift Report from Azure DevOps DACPAC deployment?

I want to have a Drift-Report during ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
314 views
0 votes
0 answers

How to get an free Azure account for testing Azure DevOps project?

When I tried to use the Azure ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
529 views
0 votes
0 answers

How can I set ENVIRONMENT status in Azure DevOps yaml pipeline

I am creating a CICD pipeline in ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,695 views
0 votes
0 answers

What are the "Pre-job" and "Post-job" tasks appearing in Azure DevOps Pipeline Logs?

My Pipeline tasks are as follows: (key ...READ MORE

Mar 27, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,435 views
0 votes
0 answers

Azure Devops: Model package AZURE CLI command - Stack Overflow

How can we retrieve the latest version ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,050 points
641 views
0 votes
0 answers

How to remove broken Wiki entries in Azure Devops?

I  created an automated release note that ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
256 views
0 votes
0 answers

Azure DevOps REST API Authentication with PKCE

Does Azure DevOps REST API support OAuth ...READ MORE

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,050 points
485 views