Building go programs in jenkins
I’ve been working on a go program where the source resides in a private github repo, which means I can’t use a build system like TravisCI to build it, so I have to use a private Jenkins instance I’m running. Getting this to work required some …