Category "azure-devops"

Not able to publish test results on Azure devops with Tosca

I have integrated Tricentis Tosca CI with Azure devops. The pipeline is working fine and we can execute our tests but publish results is not working. My Publish

Connection refused testing health page in azure pipleine

My target is to run our postman integration tests inside our azure pipeline. For this I am trying to access the health page of my service inside the Azure Pipel

Migrate Work Items from all the projects of one TFS Collection to a single project in ADO Organization

Actually my need is to migrate all the work items from TFS to ADO in Collection level. For example: my collection contains around 50 team projects. If we are r

doing a task after a looping YAML template-ized azure devOps pipeline

I have a YAML Azure DevOps pipeline that loops through series of configurations, copying artifacts to various places. What I want to do is, after the looping i

How to fix Encoding error that I get after enabling the XML Transformation in Azure Release pipeline

I am trying to merge different .config file to Web.config depending on which environment the Release is deployed. But, when I enable the XML Transformation in I

Why maven is not able to download "SNAPSHOT" artifacts from azure artifacts repository? (Snapshot translation to timestamp is malfunctioning)

Maven is not able to download artifact when referred by version such as 'XXX-SNAPSHOT' but it is able to download every other dependency from it. It even downlo

How can I configure work items to require parent items

In my organization we need to configure work items to require the field callled parent, also I want to know if it´s possible send a warning for all the wo

Create repositories in Azure DevOps from Power Automate

I have a Power Automate flow that receives data from a Microsoft Forms. From this form, I want to create a work item in Azure DevOps but also a repository. I ha

Azure Devops - Pulling subset of pull requests in to Master branch for release pipeline

We have a dev and a master branch. When making a change I take a feature branch from Dev make those changes and push them and pull them back in to Dev for a rel

pip install requierements.txt in azure app service

I want to launch a web app on Azure app sevice connected to my azure repo, but I have this problem ERROR: Command errored out with exit status 1: /tmp/8da0e5879

Invoke-RestMethod : {"errors":[{"msg":"Either \u0027analysisId\u0027, \u0027projectId\u0027 or \u0027projectKey\u0027 must be provided"}]}

I am trying to get quality gate status from sonar server using API by passing pull request ID but I am getting error: $QualityGateResult = Invoke-RestMethod -Me

Share APK via Azure DevOps public link

I have setup Azure DevOps CI/CD in my project. I want to share APK artifact to someone else via public link. Via artifact link, it requires credentials. Anyone

facing issue while using synapsesql (####.dfs.windows.core.net not found)

I was working on connecting dedicated sql pool(formerly sql DWH) to synapse spark notebooks. I was using spark.read.synapsesql(). I'm able to write data as tabl

Why archived venv during azure pipelines created with venv-pack has corrupted python interpreter?

I want to use archived environment for spark-submit, but after unpacking on k8s cluster it has corrupted python interpreter

How to get an error code from Terraform Apply

I need to know how to get an error code and possibly the error from a terraform apply task into a powershell variable - i am sure this is possible but I cannot

How to authenticate to Azure Devops by using token of an Application ID(service principal)?

I have an Azure Devops pipeline where i have automated the creation of a service connection for azure subscriptions and also triggering the stage 2 of the pipel

how to exclude build all branches except master branch in Azure Pipelines?

Currently my pipeline always runs builds on other branches, My expectation is that my pipeline only need to run build of a single branch which is master branch

Is there a way to pipe the smoke test output outside the agent?

I have a release pipeline with a QA/Smoke Test stage, that generates XML files containing test results. If I run this manually on my machine, obviously I have a

Can i update a YML file automatically in another repo when I make a change

There are 2 REPOS - REPO1 and REPO2 I have a repo called REPO1 and in there is a yaml file eg pipleines.yml which runs some tasks to do some tests. The devs us

How can I execute and schedule Databricks notebook from Azure Devops Pipeline using YAML

I wanted to do CICD of my azure Databricks notebook using YAML file. I have followed the below flow Pushed my code from Databricks notebook to Azure Repos. Crea