jenkins-library
jenkins-library copied to clipboard
golangBuild: "output" parameter is implicitly modified
When using golangBuild task with output parameter specified as a directory, piper implicitly adds -os-arch (e.g. -linux-amd64) suffix. It differs from the documented and expected behaviour and makes it difficult to predict where the resulting objects of go build command are produced.