Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Implement Chocolatey build and refactor pipeline script #430

Closed bernd closed 1 year ago

bernd commented 2 years ago

The build now creates a Chocolatey .nupkg file on every build and publishes the file when building a release.

Refactor the pipeline script to run all stages on the same node. This ensures that all stages have access to the build artifacts and we don't have to stash/unstash the files for each stage.

Additional changes:

bernd commented 2 years ago

Review note: enable "Hide whitespace" on the diff to avoid the noise from the jenkins.groovy whitespace cleanup