Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I have a repository that implements automatic versioning using commitizen. Handling version bumps after merging to main is trivial, I have a simple pipeline to perform the cz bump and then push that ...
Cylindric's user avatar
  • 5,894
0 votes
0 answers
36 views

I need to write a YAML for plugin registration in Azure Dynamics via Azure CI/CD pipeline, I couldn't find any direct task for same. I tried searching for a PowerShell but couldn't find anything, I ...
shobhitjindal's user avatar
-3 votes
0 answers
32 views

We are facing an issue I want to share with you. I opened a bug @Microsoft: https://developercommunity.visualstudio.com/t/Get-Ansible-results-in-pipeline:-VSO-or/11054580 In our pipeline we play an ...
Greg'ory's user avatar
1 vote
1 answer
68 views

I am developing an Azure extension. I found this documentation for the Azure REST API. I wonder if there is any way to list the users in a project; something like: export async function ...
Tomasz Małachowski's user avatar
-1 votes
0 answers
62 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
Tooling
0 votes
1 replies
58 views

I am working with Xray Cloud on Jira Cloud (hosted on the Atlassian domain, not self-hosted) and I am trying to implement a manual-triggered automation workflow. 🎯 My Goal / Architecture I want to ...
Swap-IOS-Android's user avatar
-5 votes
0 answers
46 views

I have hundreds of tests, all using payloads which now need tweaking, such as: first name-mark last name-smith dob-12.08.1996 residence-York The environment has now changed and as such imagine 100s ...
E1888-Repair's user avatar
-5 votes
0 answers
53 views

The banner says: This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. Azure Devops is a tool used by ...
Tobi's user avatar
  • 169
Advice
0 votes
5 replies
60 views

For disaster recovery, my company needs backups of our ADO Git repos. My predecessor set up a backup by cloning the repos with --no-checkout option: git clone --no-checkout {ReposURL} {...
SeraphimPlays's user avatar
0 votes
1 answer
59 views

I'm creating some release pipelines in Azure DevOps to publish a web application on IIS. Because I have different environments, I want to replace the connection string in the web.config. In each ...
Enrico's user avatar
  • 7,022
Best practices
0 votes
1 replies
24 views

I’m using Azure DevOps Services with Azure Test Plans and I’m struggling with traceability when requirements evolve. Scenario: User Story A implemented Requirement A (v1) and is now Done. I created ...
Vitto's user avatar
  • 441
1 vote
0 answers
29 views

I’m implementing a CI/CD build pipeline for an Azure Synapse workspace. The pipeline runs on a Windows build container and is supposed to validate Synapse artifacts and generate ARM templates using ...
Partha's user avatar
  • 11
1 vote
0 answers
26 views

I noticed that for Azure DevOps extensions, we can obtain a secret key from the marketplace, as mentioned in the documentation: https://learn.microsoft.com/en-us/azure/devops/extend/develop/auth?view=...
Subrahmanya Bhat's user avatar
-4 votes
0 answers
52 views

I want to increase productivity when developing CD pipelines. Currently, each time I commit changes in CD pipeline (to test them), I have to rerun CI pipeline so that it publishes build artifacts ...
Liero's user avatar
  • 27.8k
0 votes
0 answers
44 views

Problem My Azure Pipeline step is passing even though my NestJS unit tests are crashing with a native error during initialization. The logs show a process.abort() call and native stack trace, but the ...
David Loukidelis's user avatar

15 30 50 per page
1
2 3 4 5
2227