Skip to main content
0 votes
0 answers
38 views

Tried to integrate bitbucket to Azure Devops, created bitbucket OAUTH Consumer and calbback url as "https://app.vssps.visualstudio.com/oauth/callback" and the added OAUTH configuration in ...
simmyk's user avatar
  • 26
2 votes
1 answer
40 views

We have a YAML test script which has steps with dependencies on previous Jobs. Job 1 will build the smoke tests app and then run it. If the VSTest step fails we see a status of warning instead of fail ...
Kev's user avatar
  • 506
-1 votes
0 answers
85 views

I have a devops template to add BuildNumber variable to my pipelines and I'm having problems when I pass a formated or contatenated string as parameter. I want a template to reuse this BuildNumber in ...
JuanDYB's user avatar
  • 806
0 votes
1 answer
82 views

We have an environment named DevServers. My colleague created a new deploy yml pipeline. First time he tried this, we get blocked by this error: This pipeline needs permission to access a resource ...
Jepzen's user avatar
  • 3,238
0 votes
1 answer
90 views

Task name DotNetCoreCLI@2 Task version 2.266.0 Issue Description We have a service targetting to the .net 8. There was no issues with the deployement so far, but suddenly it started failing on dotnet ...
Vivek Nuna's user avatar
  • 30.9k
0 votes
1 answer
65 views

I have an existing YAML file that would trigger on anything committed to the repo: trigger: - main - releases/* pr: branches: include: - '*' resources: - repo: self My goal is to ...
TheProgrammer's user avatar
Best practices
0 votes
2 replies
40 views

I have entry pipeline for build in Azure DevOps. Some applications have defined only templates-repo repository, others have also defined changelogs repository. Parameter ChangelogSync specifies if ...
LDonSOvrfw's user avatar
3 votes
1 answer
60 views

We have an Azure pipeline (YAML) which runs on demand and will create a zipped artifact which is then executed in a release pipeline. This is the YAML file, this process works as expected: variables: ...
Kev's user avatar
  • 506
0 votes
0 answers
36 views

I have a YAML job where I want the link in the ManualValidation@0 task instructions to appear as clickable. Here is the job definition: job: Manual_CreatePR displayName: 'Manual: Open GitHub PR for ...
user989988's user avatar
  • 3,916
0 votes
0 answers
55 views

So we have a YAML file which executes a group of tests on azure at 3am every day. The tests themselves are C#, Playwright test which use Reqnroll to read the cucumber style feature files. The full ...
Kev's user avatar
  • 506
0 votes
2 answers
89 views

I'm trying to move an azure-pipelines.yml step to a pipeline library repository, to ensure that the step can be reused. The setup consists of a main repository (repo-a) and a shared pipeline templates ...
Michiel's user avatar
  • 3,664
0 votes
1 answer
228 views

Is there a way to have an optional runtime parameter that defaults to an empty string and have it actually display an empty string? Issue 1: When using an empty string, the parameter becomes required ...
Zeek Aran's user avatar
  • 695
0 votes
1 answer
78 views

On Azure Devops I want to run ".ci/build.yml" pipeline which builds images in "python/version/flavor" folders. For each version there is a dockerfile and a version.yml which ...
Vitamin C's user avatar
  • 356
1 vote
0 answers
64 views

I have two pipelines Build (spins up a server) Release (installs software on built server) Working fine - but I want to now conditionally install specific software on a server depending on some ...
pelagos's user avatar
  • 1,091
0 votes
1 answer
91 views

I have a variable group called SharepointConnect with two variables. SharepointConnect.Enable: 'true' SharepointConnect.Mode: 'AzTask' With this pipeline YML no one of the steps are being inserted ...
JuanDYB's user avatar
  • 806

15 30 50 per page
1
2 3 4 5
144