jenkins-library icon indicating copy to clipboard operation
jenkins-library copied to clipboard

golangBuild: "output" parameter is implicitly modified

Open alienvspredator opened this issue 9 months ago • 0 comments

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.

alienvspredator avatar May 13 '25 12:05 alienvspredator