azure-devops-pipelines Questions
6
Solved
In template pipelines you can't place any trigger statement such as trigger: none as specified in Microsoft's docs to disable ci trigger, so I wonder how do you prevent these pipelines from being e...
Pelage asked 11/12, 2020 at 9:55
4
Solved
Our team is implementing an Azure DevOps testing pipeline. After our initial commit to create the pipeline .yml file this error message was displayed. After looking into it, I realized I forgot to ...
Agrarian asked 11/11, 2020 at 16:15
2
Solved
In an Azure Pipelines Task, I am attempting to create and push a new branch. I am able to clone the repo using the $(System.AccessToken) variable, bit when I try to push the new branch I get the fo...
Cappello asked 5/4, 2021 at 14:42
2
Solved
I am trying to have build and release pipeline on Azure DevOps services for the same I am using self hosted Linux agent runnig on linuxVM hosted in Azure.
Earlier the same pipeline was running on M...
Phantom asked 6/5, 2021 at 3:18
1
Solved
I'm writing a testing pipeline and dynamically creating a series of containers to setup the pieces.
I need to be able to pass a secret variable from the Pipeline into the Docker Compose construct t...
Ichabod asked 14/6, 2021 at 6:39
3
Trying to deploy a multi-project app to azure using pipelines. After trying various combinations (pipeline log is showing about 75/80 runs in the last couple of days), it looks like the problem is ...
Volsci asked 3/5, 2021 at 1:15
3
Solved
Our team is trying to implement Azure DevOps pipeline but we are having some issues. For background, we are running the tests on our self-hosted windows server. We got the front-end tests to all wo...
Shaman asked 23/10, 2020 at 14:55
4
Solved
I am writing a BASH script, where its creating an azure repo and then pushing code. post this step it will go-ahead and create an azure pipeline via azure-pipeline.yaml file present in the Azure re...
Inclinatory asked 11/5, 2021 at 8:59
2
Solved
I need to setup Azure a devops pipeline to build and deploy my native Android application to Google Play store or App Center as App Bundle.
I could figure out to deploy an apk but need help to depl...
Vest asked 9/9, 2020 at 11:10
2
Solved
I have a pipeline on Azure Devops that I'm trying to run programatically/headless using the REST api: https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/run%20pipeline?view=azur...
Timbal asked 13/2, 2021 at 13:4
1
Solved
In Azure DevOps, I have a pipeline, where I need the logs of a specific task. How do I find out which log ID i need to fetch it?
eg. on UI this is the endpoint: https://dev.azure.com/myorg/myspace/...
Inculcate asked 14/5, 2021 at 12:22
1
Solved
I am trying to assign conditional value to an environment variable in Azure DevOps but it is not working.
This is my pipeline code:
pr: none
trigger: none
stages:
- stage: Mail
variables:
- gro...
Mehalek asked 12/5, 2021 at 4:55
1
Solved
We have several pipelines in Azure-Devops performing Terraform init-plan-apply. Until now worked fine.
But all of a sudden we are getting these errors in the Init phase.
Initializing the backend......
Elfreda asked 23/4, 2021 at 10:23
2
Solved
I have a solution where a git branch is directly related to an environment (this has to be this way, so please do not discuss whether this is good or bad, I know it is not best practice).
We have t...
Fischer asked 22/3, 2021 at 14:24
1
Solved
type 'Microsoft-Hosted Private'
Getting this error running a pipeline on a new account so there're enough credits/limits
It has been stuck for close 20+ hours now, have tried to recreate projects/s...
Carner asked 18/3, 2021 at 18:6
2
Solved
We have an Azure DevOps pipeline which uses self hosted Windows agents with Azure DevOps server 2019. The pipeline runs our front-end tests without any problems. However, occasionally our linting s...
Ornamental asked 23/12, 2020 at 17:2
1
We are using Azure DevOps Self hosted agents to build and release our application. Often we are seeing
below error and recovering automatically. Does anyone know what is this error ,how to tackle t...
Nazar asked 10/2, 2021 at 9:22
1
Solved
I have a pipeline with multiple stages, and the source code is checked out automatically on all of them. I do not need the source code, but only published artifacts.
How can disable source code che...
Evangelina asked 9/2, 2021 at 6:43
1
Solved
I've noticed the existance of a PublishPipelineArtifact task but it is not clear to me if there is any functional difference from the older PublishBuildArtifacts task?
Decury asked 4/12, 2020 at 16:50
1
Solved
I'm currently trying to create a Coverlet coverage report with a pipeline on Azure DevOps. But, since my project is a ".Net FrameWork 4.7" project, I can't create a coverage report using ...
Loriannlorianna asked 28/9, 2020 at 15:44
1
Solved
We've recently reconfigured our build process to run entirely in containers, and we're now looking to migrate away from on-premise build agents to using agents in an Azure Scale Set.
We want to avo...
Jessabell asked 17/9, 2020 at 14:31
1
© 2022 - 2025 — McMap. All rights reserved.