Trending questions in DevOps & Agile

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
716 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,269 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
572 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,210 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
603 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
600 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
890 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,747 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
558 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
516 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,676 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
634 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
475 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
647 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
707 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
634 views
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
926 views
0 votes
0 answers
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
442 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
587 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
532 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
664 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,309 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
616 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
463 views
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
434 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
400 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
400 views
0 votes
0 answers
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
827 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
403 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,283 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
408 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
577 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
407 views
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
952 views
0 votes
0 answers
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
777 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,460 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
461 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
497 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
301 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
506 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,674 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,409 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
245 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
476 views
0 votes
0 answers

Where does Jenkins fit in the devops pipeline?

where can I fit the Jenkins tool ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
256 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
602 views
0 votes
0 answers

What is docker's scratch image?

I'm new to Docker and was experimenting ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
322 views