Questions tagged [azure-devops-services]

Azure DevOpsServices for teams to share code, track work, and ship software. It is combination of following services: Azure Pipelines, Azure Boards, Azure Repos, Azure Test Plans, Azure Artifacts, Extensions Marketplace.

Azure DevOpsServices for teams to share code, track work, and ship software.

It is combination of following services:

Azure Pipelines continuously build, test, and deploy to any platform and cloud.

Azure Boards plan, track, and discuss work across your teams.

Azure Repos get unlimited, cloud-hosted private Git repos for your project.

Azure Test Plans test and ship with confidence using manual and exploratory testing tools.

Azure Artifacts create, host and share packages with your team, and add artifacts to your CI/CD pipelines with a single click.

Extensions Marketplace access extensions from Slack to SonarCloud to 1,000 other apps and services – built by the community.

https://azure.microsoft.com/en-au/services/devops/

37 questions
0
votes
1 answer

ERROR: Validation of project failed o To use the property "sonar.branch.name" and analyze branches

Solution for this thread The command provided by the SonarCommunity/Forum did not solve the issue, see snippet below, but by learning the dotnet framework method we manage, so basically we remove to problematic Property from the env:Variable, see…
0
votes
1 answer

In Azure DevOps Services where can one configure "Administer Permissions" access of a user to some Environment?

When I am trying to change the access of Project Administrators from Reader to Administrator I get Access Denied: e...4 needs the following permission(s) on the resource Environments/f...6/7 to perform this action: Administer Permissions Where…
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
1 answer

Is there any efficient way to get the latest commit of a particular branch using this package?

This question is the continuation of this question, As requested I have raised this as a separate question. How to check whether a commit is present in a Branch in Azure Dev Ops? Is there any efficient way to get the latest commit of a particular…
Vivek Nuna
  • 25,472
  • 25
  • 109
  • 197
0
votes
1 answer

How to check whether a commit is present in a Branch in Azure Dev Ops?

I have a commit id, I want to check whether is it present in a branch or in which branches this commit id is present. GitBranchStats doesn't have any properties related to commit info in Microsoft.TeamFoundation.SourceControl.WebApi library. Uri…
Vivek Nuna
  • 25,472
  • 25
  • 109
  • 197
0
votes
0 answers

How to get the parent branch of a branch from Azure DevOps?

I want to find the parent branch of a given branch (from which branch this particular branch was created). GitHttpClient GetBranchAsync method returns GitBranchStats which does not have this information. Could you please help? Is there a way to get…
Vivek Nuna
  • 25,472
  • 25
  • 109
  • 197
0
votes
0 answers

Queries on Understanding the necessary roles required for Migration of Azure Devops Server to Services using Data Migration Tool

This relates to the documentation that is available at the link below. https://learn.microsoft.com/en-us/azure/devops/migrate/migration-overview?view=azure-devops What would be the minimum role for a user to complete the migration successfully and…
Kumar
  • 23
  • 4
0
votes
0 answers

Unable to fetch source and target branches of a Pull Request - Azure Devops

I have my source code repository in github and my pipeline in Azure devops. I am trying to execute certain tasks in my pipeline based on the source branch of a pull request. The pipeline gets triggered on PR. However, when I try to get the below…
user264953
  • 1,837
  • 8
  • 37
  • 63
0
votes
1 answer

update Process Configuration in Azure DevOps server 2020

I am update my TFS 2018 update 3 to Azure devops Server latest version. Now i want to migrate to Azure devops service. I am use azure devops migration tool, and when i started this tool i have error "Validation Proccess faild". I read this article…
0
votes
1 answer

Azure DevOps Services REST API - Batch Update of Work Items

I am looking for examples for updating work items in batches via the ADO REST APIs. This document contains links for examples, which don't seem to…
0
votes
0 answers

Resize build-results-tab contribution with browser

I have an Azure DevOps extension that adds a custom Build results tab (ms.vss-build-web.build-results-tab). Everything is working fine except for the sizing of the component. When the page loads, my component is the correct size (the width of the…
pinkfloydx33
  • 11,863
  • 3
  • 46
  • 63
0
votes
1 answer

Resolving Predefined Agent Variables in Runtime Expressions

I have the following scenario, it is simplified for the sake of brevity, but outlines my problem. I have a 2 Job pipeline. BreakMatrix Job: A job that runs on an AdminPool and outputs 2 variables with the following names ENV1 and ENV2. The names are…
0
votes
1 answer

I need populate child work item whenever the parent work item created

If I have a epic work item named "capitalized", whenever a epic created with this name its child should autopopulated.
Geo
  • 1
  • 3
0
votes
0 answers

Fetch Git branch in DevOps Server 2020 to build in DevOps Services Pipeline?

We have an on-prem instance of DevOps Server 2020 hosting a Git repo as well as other ADO tools and I am doing some experimentation on a free DevOps Services instance to prevent any muddying of our existing Pipelines and Releases. I am currently…
0
votes
0 answers

Database compression issue in Azure DevOps server

Actually my database size was around 1.3tb, where I deleted some unnecessary files, builds, pipelines from the database through sql queries method in which my database is now reduced to 160GB in azure devops server, but still i am able to see the…
0
votes
1 answer

Migration from TFS 2015 to Azure Devops Services

Can i migrate from TFS 2015 to Azure Devops Services without upgrading TFS to other/latest version, if possible please do provide related documents.