Open in app

Sign In

Write

Sign In

Bjego
Bjego

7 Followers

Home

About

Aug 22

CSV based export and import of Test plans between Azure DevOps (server and cloud)

Download Testcases in CSV-Format from azure devops Open Azure DevOps on prem Select a testsuite with some test cases Click on the download button Adjust CSV File Delete columns: G,H,I,J Keep Header ID — column A Delete content of ID — column A Save it Upload Testcases into Cloud Azure DevOps Open Azure DevOps cloud Select a project Select testplans Create the structure of the testplans Create an empty testplan — with the name from on prem azure devops

Azure Devops

1 min read

Azure Devops

1 min read


Aug 21

Azure DevOps Migration Tickets & Testplans from one instance to another

If you need to migrate Azure DevOps onprem to our cloud instance, or if you need to migrate a third party azure devops cloud instance to our cloud instance, you should try to use the “Azure DevOps Migrations Tools from NKDAgility”. …

Azure Devops

7 min read

Azure DevOps Migration Tickets & Testplans from one instance to another
Azure DevOps Migration Tickets & Testplans from one instance to another
Azure Devops

7 min read


Apr 13

Getting Azure DevOps tokens via an ServicePrincipal

Microsoft released new possibilities to connect to Azure DevOps via ServicePrincipals from Azure in March 2023. This is an alternative connection method to the well known PATs. Those where designed to give personal access to Azure DevOps, but where often used by “ServiceAccounts” to accomplish this. Microsofts Blog We are…

Azure Devops

2 min read

Getting Azure DevOps tokens via an ServicePrincipal
Getting Azure DevOps tokens via an ServicePrincipal
Azure Devops

2 min read


Jan 26

Creating Git-Tags for node apps in Azure DevOps

Hey guys, maybe you also want to create git tags for your node based applications during your CI/CD pipeline. First of all keep your package.json file updated and especially the version property. This means increment it before every release of your application. Then in your pipeline simply add: steps: - checkout: self persistCredentials: "true" ... - pwsh: | $version = Get-Content ./package.json | ConvertFrom-Json & git tag "v$($version.version)" & git push origin --tags

Azure Devops

1 min read

Azure Devops

1 min read


Aug 1, 2022

How I install and updateVisualStudio 2022 with an offline installer for ASP.NET CORE

My corporate decided that people should have 2 accounts one account for their personal doings and one with admin grants, but without internet access. Because of this I have to create an offline installation image for my VisualStudio 2022 instance and install this local version as an administrator. Download the latest installer “vs_professional.exe” from the docs You can…

Visual Studio

2 min read

Visual Studio

2 min read


Jul 29, 2022

Configuring NLOG 5 in kubernetes using splunk-connect in .net containers

Maybe you are using kubernetes and Splunk as your log aggregator. If your admin already installed splunk-connect-for-kubernetes you may want to log JSON to Splunk as it’s parsed automatically into browsable and editable objects. I am going to show you how you easily can have a local nlog.config in your…

Nlog

3 min read

Configuring NLOG 5 in kubernetes using splunk-connect in .net containers
Configuring NLOG 5 in kubernetes using splunk-connect in .net containers
Nlog

3 min read


Jul 28, 2022

Configuring nuget.config for Azure DevOps Artifacts / VS Code and .net 6

If you are using Azure DevOps and the artifacts feature to store and share your nuget packages, you may struggle with setting it up. This is why I wanted to share how I configured my nuget.config to access the packages from the command line (and VS Code :) ) First…

Azure Devops

2 min read

Configuring nuget.config for Azure DevOps Artifacts / VS Code and .net 6
Configuring nuget.config for Azure DevOps Artifacts / VS Code and .net 6
Azure Devops

2 min read


Jul 18, 2022

VSCode DevContainers GIT-Accesstoken / Azure DevOps PAT from environment variable

Hey, a couple of weeks I struggled to mount my git access token / azure devops PAT into devcontainers, I usually use. Ususally git tokens can’t be set via environment variables directly, but with GIT_ASKPASS (docs) you can do it on your own. The environment variable askpass should point to…

Vscode

2 min read

Vscode

2 min read


Feb 21, 2022

Dynamic scaling selenium grid in kubernetes

Hey guys, today (21st February 2022) I’m sharing my code and thoughts of a dynamic scaling selenium 4 grids in kubernetes. When you run your selenium grid in docker on your local machine, you can easily setup a dynamic grid with docker compose More here. …

Kubernetes

6 min read

Dynamic scaling selenium grid in kubernetes
Dynamic scaling selenium grid in kubernetes
Kubernetes

6 min read


Jan 20, 2022

Webpack, Azure Pipelines & Caching — build your Frontend in seconds

Today I picked a ticket, where it said try to improve our build speed in Azure DevOps / Azure Pipelines. Well the webpack step in our pipeline took almost 4 minutes — Now it’s time to improve I thought! In the end thanks to the caching task in Azure Pipelines…

Azure Devops

3 min read

Azure Devops

3 min read

Bjego

Bjego

7 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams