Skip to main content

Questions tagged [azure-devops]

Azure DevOps provides unlimited private Git hosting, cloud build for continuous integration, agile planning (issues, Kanban, Scrum, dashboards) along with release management for continuous delivery to the cloud and on-premises. Azure DevOps has a powerful set of collaboration tools to support your DevOps team on every platform with IDE support in Eclipse, IntelliJ, XCode and Visual Studio.

0 votes
1 answer
15 views

Archiving past sprints question in DevOps

In Microsoft DevOps, we have a few older sprints that we want to archive. (e.g. as they're older sprints, they are no longer needed and we want to archive them). I wonder what is the best way to ...
JasonYeung's user avatar
0 votes
0 answers
15 views

One of my several docker containers was randomly shutdown

I have a docker container which was recently shutdown by itself: The container status is as follows, oddly the other containers were still up. I see that containerd was restarted recently and docker ...
Parsa's user avatar
  • 101
0 votes
0 answers
30 views

How to create a pull request using the Azure DevOps plugin in JetBrains Rider?

I have installed the Azure DevOps plugin for Rider on macOS, and I am trying to create a pull request from my local branch into the remote master branch up on DevOps. I was able to authenticate and ...
AAM111's user avatar
  • 101
0 votes
1 answer
35 views

How to review Azure Devops git repo pull request in an IDE like Visual Studio?

I wonder if there is a way to review pull requests in an IDE like environment (which is easier to visualise merge conflicts). The main pain point is having to check merge conflicts resulting from the ...
humanoid's user avatar
0 votes
0 answers
11 views

How to auto-link issue IDs to an external issue tracker in Azure Repos?

I use Azure Repos and an external issue tracker. My commits start with AB-123. I want those IDs to be linked to my external issue tracker like to http://myissue-tracker/AB-123. How to do this in Azure ...
ilhan's user avatar
  • 101
0 votes
1 answer
45 views

Green/Blue Deployments with multiple development teams

I am working in Azure in an AKS cluster environment. The environment has several clusters separated from each other. Each cluster is hosting several containers of services, each of them is developed ...
CodeMonkey's user avatar
0 votes
0 answers
19 views

Azure Devops not pulling the latest build artifact from the branch that I passed in using a variable

When I run this pipeline in Azure Devops, it doesn't pull in the latest build from the master branch. Here's what I have: resources: pipelines: - pipeline: My-Pipeline source: My-Source ...
user45330's user avatar
0 votes
0 answers
20 views

How should we organize our pipelines?

In a large cloud software project, we are using Azure DevOps yaml pipelines (in one DevOps project) for various purposes: validation of changes (set up as prerequisites for pull requests) build of ...
F-H's user avatar
  • 101
0 votes
0 answers
31 views

dotnet-monitor v5 works ok but v8 can't find processes in AKS Kubernetes

I am having a weird issue with dotnet-monitor. One of our developers asked me to prepare in our AKS cluster a dotnet-monitor pod to assess memory counsumption issues with our application. I went with ...
Shiunbird's user avatar
0 votes
1 answer
563 views

Pass a Pipeline Variable Between Jobs

Before I start using this hack that I found from an article in 2020, I would like to ask if this is a supported feature or is there an easy solution that I have overlooked. PROBLEM: In a single ...
Ross Bush's user avatar
  • 103
0 votes
0 answers
21 views

Link Deployment status to workitems in TFS

I am new to Tfs or Azure DevOps and I am trying to link deployment status of my releases to work items. I have tried going to classic release pipelines -> options -> integrations -> Report ...
Ramu's user avatar
  • 1
0 votes
0 answers
51 views

Azure Devops pipeline to build .NET Framework Artifact multiple projects

I am using Azure DevOps to build and package a .NET csproj with multiple project references. While the MSBuild task successfully compiles the csproj and includes all referenced projects in the bin\...
Jonathan Buffoni's user avatar
0 votes
0 answers
45 views

How do I gracefully rename a pipeline YAML (yml) file without braking the pull request merging process?

We have a pull request process for a repo "Repo-1" that requires the Azure DevOps pipeline "Pipeline-1", pointing to "azure-pipeline.yml", to pass. "azure-pipeline....
Roland Sarrazin's user avatar
-1 votes
1 answer
30 views

kube fleged imagePullSecrets not working(ImagePullBackOff)

apiVersion: kubefledged.io/v1alpha2 kind: ImageCache metadata: name: imagecache1 namespace: kube-fledged labels: app: kubefledged component: imagecache spec: imagePullSecrets: - ...
sylvesterasa's user avatar
1 vote
1 answer
60 views

What would be the best approach or tool to deploy one-off SQL scripts?

A vendor is supplying one-off "hot fixes" and I am trying to streamline these deployments best I can. Currently I am going out to an FTP site, downloading the SQL scripts and manually ...
Eric Swiggum's user avatar

15 30 50 per page
1
2 3 4 5
17