Tag: jenkins
-

Unity Sonar Pipeline with Inbound (JNLP) Jenkins Agents
Getting this working was a journey of trial and error — I must have broken it a hundred different ways before landing on a solution that finally stuck. The goal sounded simple enough: run SonarQube analysis against my Unity project inside a Jenkins pipeline.
-

Setting up Jenkins on a Hatless Fedora Server
Installing jenkins on a headless fedora server and settings up HTTPS and A records
-

Running Unity Tests with Jenkins
Using Jenkins for the unity project is a great option to automate builds, run tests, gather reports and in my case I also use SonarQube to analyse my static code. I set jenkins up to do this previously, and then forgot how to do it so this article will hopefully benefit my future self when…