Latest questions in DevOps & Agile

0 votes
1 answer
0 votes
1 answer

Invalid argument supplied for foreach()

Use this: if (is_array($values) || is_object($values)) { ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
456 views
0 votes
1 answer

Emulator: ERROR: x86 emulation currently requires hardware acceleration

You can solve this by enabling virtualization ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
593 views
0 votes
1 answer

Maximum call stack size exceeded error

The problem is that you are calling ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
464 views
0 votes
1 answer

'git' is not recognized as an internal or external command

Add the following paths to PATH: C:\Program Files\Git\bin\ C:\Program ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
4,839 views
0 votes
1 answer

Manifest Merger failed with multiple errors in Android Studio

Open application manifest (AndroidManifest.xml)  > Merged Manifest. ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
1,345 views
0 votes
1 answer

Java.lang.ClassNotFoundException: com.mysql.jdbc.Driver in Eclipse

Just follow these two steps: Step 1 Add This ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
2,285 views
0 votes
1 answer

Eclipse/Maven error: "No compiler is provided in this environment"

On your pc, just go to windows ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,420 points
1,054 views
0 votes
0 answers

Is it possible to hide pages from an Azure DevOps Wiki?

I am working on a wiki for ...READ MORE

Apr 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
809 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
443 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

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

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

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
401 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 build pipeline reduce the timeout to 30 minutes

Currently, the pipeline time's out is 60 ...READ MORE

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

cp command not working in Bash Script in build pipeline of azure devops

To copy the folder with multiple files ...READ MORE

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

Azure Pull Request | Azure Devops - " You must provide a value expression following the '+' operator."

I am  running this YAML file: trigger: - none ## ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,238 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

Terraform and Azure DevOps pipelines

I am accessing the terraform module through ...READ MORE

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

x509: certificate signed by unknown authority - both with docker and with github

Used the below command for build- docker build ...READ MORE

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

Dind in docker-compose connection reset by peer

In Docker, I'm attempting to connect to ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,295 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
465 views
0 votes
0 answers

Why is Docker installed but not Docker Compose?

By using the commands below, I was ...READ MORE

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

"docker build" requires exactly 1 argument(s)

I'm attempting to build and tag an ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,725 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
405 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
559 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
604 views
0 votes
0 answers

Azure DevOps multistage pipeline YAML: how to checkout multiple repos?

I have YAML templates from two different ...READ MORE

Apr 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,308 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

What does DevOps mean ?

Apr 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
289 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
410 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

Building .NET 5.0 project Azure DevOps pipeline

I wanted to build a project in ...READ MORE

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

How to import test cases from Excel to VSTS/Azure DevOps

I have some test cases in Excel ...READ MORE

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

Basic Azure DevOps flow for ASP .Net

I have a custom build script and ...READ MORE

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

Create Mongo docker image and add user to database

I'm attempting to figure out how to ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
1,191 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
0 votes
0 answers

Docker compose port forwarding Linux asp.net core

I have a handful of docker images ...READ MORE

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

Not able to start docker Desktop in Windows

In Microsoft Windows 10 professional, I am ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
2,672 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
719 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

Python flask application access to docker secrets in a swarm

I'm new to Docker and want to ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
958 views
+1 vote
0 answers

What does COMMAND in 'docker ps' mean?

docker ps or docker container ls displays ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
781 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
588 views
0 votes
0 answers

Creating a workitem in Azure DevOps via python

I want to create a new work ...READ MORE

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