My host computer is Windows 10. My objective is to make docker containers that connect to VPNs inside the container. I do this so that I don’t have to have my entire host computer on the VPN. I use ubuntu docker containers that connect, with openconnect, to anyconnect protocol; I […]
Daily Archives: August 14, 2023
11 posts
So I installed Jenkins on my Windows machine, I had it working fine and was setting up my first pipeline when I got an error message about need to set Dhudson.plugins.git.gitscm.allow_local_checkout=true for local repositories. Did some googling and thought that maybe I could define it in the Jenkins.xml file in […]