Assume you have a build agent that has a specific tool set installed. Let’s say certain compilers, build tools and configurations. Parts of the team work with Provider A (let’s say GitHub), others with Provider B (let’s say GitLab) and a third part works with the internal Git repositories and a locally installed Jenkins instance.… Continue reading Use a build agent for multiple systems
Category: Git
Fix ssh Git connection against Azure DevOps
I recently had the issue against my on premise Azure DevOps server, that the clone via ssh would fail with the message: The error can look different depending on if you already have a configuration file for SSH or not. But in any case, if a error is thrown, it is likely that the keys… Continue reading Fix ssh Git connection against Azure DevOps