Most viewed questions in Other DevOps Questions

0 votes
0 answers

How can I upload a 'secret file' via the Azure DevOps REST API?

There is a secure file store built ...READ MORE

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

Setting up CICD on a local server

As to how to integrate git repo ...READ MORE

May 31, 2018 in Other DevOps Questions by ajs3033
• 7,300 points

edited May 31, 2018 by ajs3033 830 views
0 votes
0 answers

Azure App Service for windows: Azure DevOps Release does not unzip the file on wwwroot forder

I have built an app using NextJS and would ...READ MORE

Mar 20, 2022 in Other DevOps Questions by Kichu
• 19,050 points
825 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
823 views
0 votes
0 answers

Trigger Azure DevOps CI/CD through powershell script

How can we trigger CI/CD pipelines through ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,050 points
819 views
0 votes
0 answers

Blank screen in the Azure DevOps Test Plans

I'm the Admin of the Azure DevOps ...READ MORE

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

customize "ASP.NET CORE (Full framework)";build def. template for a solution with webapps and deploy them on azure

Use san publish profile names while creating ...READ MORE

Jun 1, 2018 in Other DevOps Questions by DareDev
• 6,890 points
816 views
0 votes
0 answers

Continuous monitoring Azure DevOps Release

I need to create a setup where ...READ MORE

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

helm registry login --password-stdin in Azure DevOps pipeline

- task: AzureCLI@2   inputs:     azureSubscription: $(azureSubscriptionForACR)     scriptType: 'ps'   ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
798 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
797 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,620 points
796 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,620 points
793 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
793 views
0 votes
0 answers

Add image to Azure Devops Dashboard

I want to add a static image ...READ MORE

Mar 15, 2022 in Other DevOps Questions by Kichu
• 19,050 points
790 views
0 votes
0 answers

Whitesource Bolt Azure DevOps plugin takes long time (and is too chatty)

I have integrated the WhiteSource Bolt scan into our ...READ MORE

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

Is it possibile to use Azure DevOps Server on premises with Azure Active Directory?

After reading this documentation https://docs.microsoft.com/en-us/azure/devops/organizations/security/about-permissions?view=azure-devops-2020&tabs=preview-page#active-directory-and-azure-active-directory-security-groups it seems that Azure ...READ MORE

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

How do I install Maven on Windows?

Hey @Laksha, to install Apache Maven all ...READ MORE

Feb 19, 2019 in Other DevOps Questions by Kashish
768 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
754 views
0 votes
0 answers

Azure DevOps - configuring two jobs in yaml, one with cron schedule, second with manual execution

I want to run the  e2e tests ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
745 views
0 votes
0 answers

Azure DevOps Pipeline define variable in deployment and reuse in subsequent job

I wanted to pass a variable value ...READ MORE

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

Accessing test stats in a plan through bamboo

Try using bamboo reports. You can use ...READ MORE

Jul 12, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
740 views
0 votes
1 answer

Automating Oracle script with nolio

Depending upon the details of your script ...READ MORE

Jul 17, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
737 views
0 votes
1 answer

SonarQube cannot connect to JIRA 7 with REST API

The JIRA Plugin is not compatible with JIRA 7 ...READ MORE

Jul 5, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
733 views
0 votes
0 answers

Difference between Deployment Groups and Environments in Azure DevOps Services\Server

We have separate options as Deployment Groups ...READ MORE

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

Error saying "incorrect network interaface" when trying to create network interface for docker

Try this Step 1- remove the IP address ...READ MORE

Jul 20, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
726 views
0 votes
1 answer

Setting up a dedicated Executor per ServerConnector in Jetty

Executors are server-wide, and many components within Jetty ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
726 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,620 points
721 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
721 views
0 votes
0 answers

Is Azure DevOps a PaaS or IaaS?

Can Azure DevOps be classified as a ...READ MORE

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

Error “Failed to load the "vagrant-berkshelf" plugin.”

I found workround, set "NIO4R_PURE" environment variable. export ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
720 views
0 votes
0 answers

Does anyone know what is 'Effort' field in Azure DevOps Epic?

What is the 'Effort' field in Azure ...READ MORE

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

Unable to start apache on mac os x 10.13

I had the exact same issue when ...READ MORE

Jun 7, 2018 in Other DevOps Questions by DareDev
• 6,890 points
716 views
0 votes
0 answers

Syncing profile pictures from Azure Active Directory to Azure DevOps

I have an Azure DevOps organization linked ...READ MORE

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

Azure Devops Pipeline Matlab Command Bugs between R2019B and R2017B

I have a working Azure CI pipeline ...READ MORE

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

Adjust mermaid diagram white space in Azure devops wiki

Goal: Workflow diagram displays underneath the header text ...READ MORE

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

Azure DevOps Wiki for multiple projects

I have multiple projects in Azure DevOps. ...READ MORE

Mar 29, 2022 in Other DevOps Questions by Kichu
• 19,050 points
690 views
0 votes
1 answer

Remove my server IP in iptables on ubuntu

Do this to replay the issue iptables -A ...READ MORE

Jul 18, 2018 in Other DevOps Questions by DareDev
• 6,890 points
683 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
675 views
0 votes
1 answer

How to use Powershell DSC for application installation?

Occasionally folks want to be able to ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
673 views
0 votes
0 answers

Azure devops - ansible azure rm issue

I want to run ansible using the ...READ MORE

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

How to show pipeline artifact in the artifacts section in Azure DevOps

 Is there any easy way to publish ...READ MORE

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

How to follow the entire wiki in Azure DevOps?

There are around 100 pages in my ...READ MORE

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

How to download and install JMeter using PowerShell task in Azure DevOps?

In the Azure DevOps pipeline, I am ...READ MORE

Mar 20, 2022 in Other DevOps Questions by Kichu
• 19,050 points
666 views
0 votes
1 answer

Create Service Connection from Azure DevOps to GCP Artifact Registry

Creating a service account for Google Cloud ...READ MORE

2 days ago in Other DevOps Questions by anonymous
• 1,380 points
659 views
0 votes
1 answer

how to check runtime for chef-client executions?

 Chef doesn't have the mechanism to save ...READ MORE

Jul 6, 2018 in Other DevOps Questions by DareDev
• 6,890 points
657 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
655 views
0 votes
0 answers

How to send notification e-mail when release doesn't succeed in Azure DevOps?

 I can't find an option to notify ...READ MORE

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

Are there any requirements for Continuous Integration?

If you maintain the following mentioned points, ...READ MORE

Feb 16, 2019 in Other DevOps Questions by Emily
651 views
0 votes
1 answer