Questions tagged [azure-devops-server]

Azure DevOps Server (formerly Team Foundation Server or TFS) is the latest iteration of Microsoft's DevOps and ALM product suite which contains source control (Azure Repos), CI/CD (Azure Pipelines), agile work and portfolio management (Azure Boards) etc. Use this tag for questions on the on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

Azure DevOps Server (previously known as TFS - Team Foundation Server) is the home for your project data in the cloud and provided by Microsoft.

Questions about Azure DevOps Server may be more appropriate at one of the other Stack Exchange sites, such as

Azure DevOps includes:

  • Azure pipelines CI/CD that works with any language, platform, and cloud. Connect to GitHub, Azure Repos or any Git repository and deploy continuously.
  • Azure boards Powerful work tracking with Kanban boards, backlogs, team dashboards, and custom reporting.
  • Azure artifacts Maven, npm, and NuGet package feeds from public and private sources.
  • Azure repos Git repos for your project. Collaborative pull requests, advanced file management, and more.
  • Azure test plans All in one planned and exploratory testing solution.

Updates

The current cadence of Azure DevOps Server releases is annual, with versions named by the year they were released (Azure DevOps Server 2019, Azure DevOps Server 2020 etc.). Feature timeline for both on-prem and cloud version can be found here

Tag usage

It is recommended to use the tag along with the specific product area tags and specific version tags:

Other resources

We have channels that you can also voice your concerns, FAQs, documentation and submit an idea:

143 questions
0
votes
0 answers

Sync Cloud Azure Active Directory to Azure DevOps On-Prem Local Server

The majority of Azure clients are migrating from On-Prem DevOps Server to Cloud DevOps Services. Due to a unique project requirements my organization must do the opposite and transition from Cloud DevOps Services to On-Prem DevOps server. Our…
0
votes
2 answers

Publishing python package into azure artifacts

Due to poor documentation I'm suffering alot to upload my Python Package to my internal Azure Artifacts: I have followed exactly like this Twine authenticate was successful however unable to upload to feed as it keeps asking username! Is my setup…
Naga
  • 77
  • 1
  • 6
0
votes
1 answer

Can Azure DevOps Server be integrated with JIRA on-premises

I have a requirement to integrate Azure DevOps Server with JIRA on prem. On internet I have found integration with JIRA cloud can this be done with Jira on prem as well ?
0
votes
1 answer

How to download Azure feed (Gradle) from Azure pipeline

I have a published artifact in azure feed. The artifact is of type gradle. I want to download the artifact from another pipeline, but received `* What went wrong: 2022-08-02T09:06:39.551+0300 [ERROR]…
0
votes
1 answer

How should I restrict user to not able to edit azure-pipeine.yml file in Azure Devops

The azure-pipeline.yml is placed in the repo, I don't want other users to be able to edit it while running the pipeline. How can I achieve this from Azure devops. Locking a branch is available, can I use same for a single file azure-pipeline.yml in…
0
votes
1 answer

Azure DevOps Server 2020 - Installing Search - error not compatible

Hi We are running Azure Devops Server 2020 update 1 patch 4. We want to use the Search functionality On a dedicated server). Im following the steps on this site:…
Remkop
  • 123
  • 7
0
votes
1 answer

Connecting an Azure Devops Server instance to AD

Sorry for the noob question - I'm a developer and don't know much about Windows administration. I'm upgrading from TFS 2017 to Azure Devops Server (onPrem). This will be on a new set of boxes though so it's not an in-plaee upgrade. Right now I'm…
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
2 answers

Cannot remove .sonarqube folder on a Windows agent in a DevOps Server pipeline due to a strangely behaving file

In our pipelines building .NET apps, we use SonarScanner for Azure DevOps version 4.23.1, using the MSBuild integration. Sometimes, the tasks leave some mess in the .sonarqube directory inside the pipeline's workspace. We use a PowerShell script to…
Palec
  • 12,743
  • 8
  • 69
  • 138
0
votes
0 answers

Gradle publish to Azure Artifacts with Azure Devops Server

I am running gradle publish in Azure Pipelines to publish my artifacts(jar) to Azure Artifactswhich is failing. (Note: We are using Azure Devops Server) Which is failing with error: The server may not support the client's requested TLS protocol…
0
votes
0 answers

Get value of k8s service connection in Azure DevOps

We have many k8s service connections in our Azure DevOps that contains KubeConfig: When I edit a connection I can't see the existing KubeConfig value. Is there a way to find the existing value? (I searched for rest api but couldn't find something…
Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114
0
votes
1 answer

Azure Devops Pipeline Download Fileshare Artifacts Task

I am attempting to download files from my companies network fileshare to my Azure Pipelines $(System.ArtifactDirectory). We use Azure Devops Server 2020. Naturally, I am using the Download Fileshare Artifacts Task. When I enter my companies file…
0
votes
1 answer

Migration Azure DevOps Services on the my DevOps Server

My company needs to migrate Azure DevOps from cloud to server without data loss. In descriptions and instructions, there is only the possibility of transferring to services. Tell me how can I transfer the data to my servers and deploy the service…
0
votes
1 answer

Does Azure Artifacts support PyPi?

I understand that Azure Artifacts supports Python, but does it support PyPi specifically? I am having trouble understanding what the scope is. I use Azure DevOps Server 2020. I am not sure if that makes a difference versus Azure DevOps Services...
0
votes
1 answer

Unable to permanently delete Azure DevOps Server 2020 project

I deleted two projects in Azure DevOps Server 2020 using the collection settings -> projects screen. I know DevOps Server soft deletes projects and they are listed when you click on 'View recently deleted projects'. I want to permanently delete the…
0
votes
1 answer

DevOps permissions: Is there a way to grant project-level permission for iterations and areas but not allow for project security?

I am configuring a project for a team in Azure DevOps (server). I would like to allow some members of that team to create/manage their own iterations and areas but I can't seem to do so without granting them permission to the project's security.…