Trending questions in DevOps & Agile

0 votes
1 answer

How do I use Azure DevOps pipeline to build an ASP.NET web site?

For an ASP.NET Website, you should use ...READ MORE

Mar 25, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
2,781 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,558 views
0 votes
0 answers

400 BAD request HTTP error code meaning?

I am posting a JSON request to ...READ MORE

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

String was not recognized as a valid DateTime " format dd/MM/yyyy"

I want to convert my string formatted ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,106 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,453 views
0 votes
0 answers

Docker image build fails in Azure DevOps release pipeline

I try to run build docker image ...READ MORE

Mar 18, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,967 views
0 votes
0 answers

Git fetch remote branch

I am my co-worker are working on ...READ MORE

May 14, 2022 in Git & GitHub by Kichu
• 19,050 points
474 views
0 votes
1 answer

Is it possible to have a link to raw content of file in Azure DevOps

https://dev.azure.com/{{organization}}/{{project}}/_apis/sourceProviders/{{providerName}}/filecontents ?repository={{repository}} &path={{path}} &commitOrBranch={{commitOrBranch}} ...READ MORE

Mar 24, 2022 in DevOps & Agile by gaurav
• 23,260 points
2,786 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,700 points
1,084 views
0 votes
1 answer

Azure DevOps Wiki: How can I link the subpages in the parent page?

Unfortunately, Azure Devops does not have the ...READ MORE

Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
3,281 views
0 votes
0 answers

Azure DevOps API - Create a pipeline from a YAML file located in a specific branch source

I used this JSON to create my ...READ MORE

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

Azure Linux App Service Installing packages after deploy from DevOps pipeline

I am setting up a CI/CD pipeline ...READ MORE

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

Terraform won't initialize in Azure DevOps Pipeline

I have an Azure Pipeline where I ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points

edited Apr 30 by Khan Sarfaraz 2,568 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,337 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,309 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,268 views
0 votes
0 answers

Can't connect to MySQL server on 'localhost' (10061) after Installation

I ran "mysqlshow -u root -p" on ...READ MORE

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

Azure devOps wiki: create tables microsoft docs style

How do I create a table on ...READ MORE

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

How to get items from Azure Devops using Python

I created a Python script that clones ...READ MORE

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

Git: Receiving "fatal: Not a git repository" when attempting to remote add a Git repo

Just init a local Git repository, into ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
803 views
0 votes
1 answer

Message 'src refspec master does not match any' when pushing commits in Git

Solution. Try git show-ref to see what refs you have. ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
803 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,205 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,122 views
0 votes
0 answers

How to know if docker is already logged in to a docker registry server

I'm not sure whether I've already used ...READ MORE

Apr 12, 2022 in Docker by Abhijeet
• 180 points
1,492 views
0 votes
0 answers

Multiple Projects and One Solution - DevOps Best Practice

For example, I have one solution and ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,427 views
0 votes
0 answers

Adding Images in Azure DevOps Wiki

I want to add a few images ...READ MORE

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

Azure DevOps Pipeline NPM install task fails with node-gyp build error

I want to build an Azure Pipeline ...READ MORE

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

How to create a feature burndown chart in Azure DevOps?

The Azure DevOps documentation that describes Burndown and ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,152 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,700 points
612 views
0 votes
0 answers

docker-compose up for only certain containers

I have numerous containers in a docker-compose.yml ...READ MORE

Apr 18, 2022 in Docker by pranav
• 2,590 points
1,085 views
0 votes
1 answer

Exception : AAPT2 error: check logs for details

This happens when one of your .xml ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
502 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
980 views
0 votes
1 answer

Undefined function mysql_connect()

See if the PHP MySQL extension module ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
500 views
0 votes
0 answers

Azure DevOps YAML self hosted agent pipeline build is stuck at locating self-agent

Action: I tried to configure and run a ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,243 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
889 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
833 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
995 views
0 votes
0 answers

Building MSI in azure devops

We build various web projects with AzureDevops and ...READ MORE

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

How to upload a project to GitHub?

I have created a repository and now ...READ MORE

May 2, 2022 in Git & GitHub by Kichu
• 19,050 points
386 views
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,700 points
484 views
0 votes
1 answer

Cannot find module cv2 when using OpenCV

This is because python is not able ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
440 views
0 votes
0 answers

Call to undefined function mysql query with Login

When I run this PHP code I ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
410 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,700 points
478 views
0 votes
1 answer

Terraform and Azure DevOps pipelines

This error message is normal. Usually, the ...READ MORE

Apr 23, 2022 in Other DevOps Questions by narikkadan
• 63,700 points
728 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
808 views
0 votes
0 answers
0 votes
0 answers

Azure DevOps Server Invoke-RestMethod Error: No API version provided for the "PUT" request

I tried to pass data to the ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,084 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
764 views
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,770 views