Questions tagged [azure-devops]

67 questions
0
votes
0 answers

How to use service account to deploy objects(deployments, configmaps etc) in Kubernetes

I have a deploy-pipeline in Azure devops. I am using this to deploy some objects to our k8s cluster (microk8s). I connect to the cluster with the help of a service connection that uses a kube-config. Now I want to move to using environments. But…
0
votes
0 answers

Apache Maven Plugin Issues with Azure DevOps

I have an interesting request regarding Apache Maven plugin issues with Azure DevOps. Here's a note from the client. "It seems there has been a recent upgrade in the Agent which has changed the version of Apache Maven from 3.8.6/3.8.7 to 3.8.9. This…
Joy1979
  • 111
  • 3
0
votes
0 answers

Create Salesforce CICD Pipeline Using Azure DevOps

A client has an Azure DevOps subscription and they're looking to use it for automated builds and releases with their Salesforce app they're using. The previous dev team was only using Azure Repos as their code repository and the client was using…
jrd1989
  • 698
  • 15
  • 48
0
votes
0 answers

Gsuit user to auto sync with adazure so we can adazuredevops can do SSO

Current Scenario 1 - Gsuit basic users 2 - ADAzure free account(Not have any P1 or P2 license) 3 - Azuredevops on cloud We need to do SSO for Azuredevops on cloud from gsuit all user or selected groups, so once admin disable it should be not…
0
votes
0 answers

Does velero backup only persistent volume of the Azure kubernetes cluster and restore backup one or more persistent volumes on to the same cluster?

I did little research on the AKS Backup using velero. I want to take only the persistent volume backup of the aks cluster and restore on the same aks cluster. is it possible?.in case of restore of only pv of aks pod need to create another new…
eku
  • 1
0
votes
0 answers

git and/or azure devops treat folders that start with . as submodules

I have a problem with the pipeline where it wouldn't checkout the .iac folder. However, when I changed it to iac (from .iac)it worked. Additionally I am seeing that the .azuredevops folder isn't being checkout either. I thought it may have been…
Joy1979
  • 111
  • 3
0
votes
0 answers

azure devops self-managed agent installation on Ubuntu

my environment is Ubuntu 20.04, after running ./config.cmd command and adding my correct details I get the following error: System.PlatformNotSupportedException: NTLM authentication is not possible with default credentials on this platform. at…
Shnbook
  • 11
  • 2
0
votes
0 answers

Troubleshooting long docker build times in ADO pipelines

Attached is a snippet of the logs of a docker build step that is part of an ADO pipeline. Pretty new to ADO. The docker build steps are taking multiple minutes for each action. We are using self-hosted agents. Could this be an agent issue or…
smomma
  • 1
  • 1
0
votes
1 answer

Auto re-create docker container when it stops without Kubernetes

I've managed to get Docker set up on both a Linux and a Windows host in our organization for internal use. Now I'd like to set up some "self-cleaning" DevOps worker agents; I've already got a Windows-based image of a DevOps agent prepared on the…
MBender
  • 381
  • 2
  • 8
  • 25
0
votes
0 answers

Better browser and metadata for Azure DevOps repos

My team is struggling with keeping our rapidly growing number of repos organized in Azure DevOps. All our repos are under a single Project (it's not possible to change this). Having an interface with either a hierarchical or label based…
0
votes
1 answer

Delay A pipeline For 24Hours

Hello Im using Azure piplines for some tasks Here is a simiple example of what im trying to achieve : what im trying to do is to to trigger pipline2 after pipeline1 complition (this is done) and once the pipeline 2 is triggered i want it to wait…
0
votes
1 answer

Expose specific parts of the Backlog and let users report bugs in Azure DevOps

Posting this here since it got closed on stackoverflow: We are working with Azure DevOps to organize our development process. Recently we started to additionally develop a fork of our standard product directly for a customer. Is it possible to let…
Trithon
  • 3
  • 2
0
votes
1 answer

How to create a service connection with access to all namesapces in azure kubernetes pipeline?

I tried to create a service connection to azure kubernetes cluster, but it is asking to provide namespace mandatory. So I provided one namespace and set the cluster admin option selected. And in the release pipeline, using this connection, I tried…
Sara June
  • 451
  • 1
  • 9
  • 28
0
votes
0 answers

I m trying to use mysqldump but getting error mysqldump: Got error: 2003: Can't connect to MySQL server on host(110) when trying to connect

Here is my sam template for taking database backup trigger: - none pool: vmImage: ubuntu-latest steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: | sudo apt-get -f install -o…
vithya m
  • 1
  • 1
0
votes
0 answers

Unable to create pipeline even having write permissions on github,how to fix that?

I have write permissions to the repository, and I can create branches, create pull requests and even merge them also. But, when creating pipeline on azure, I get this error: What I need to add more in settings of github or azure to fix this?
Sara June
  • 451
  • 1
  • 9
  • 28