What is a Self Contained Build Script?
So I had this need to add a brew package named gh into our build script. I spoke with with the team that handled our agents and asked them to add a new package on the agents. I was told that the package has to be included as part of the build script and that build scripts need to be self-contained. At first I didnโt fully understand what โself-containedโ means in this context but as I digged more into our Jenkinsfile I learned what it meant....