jenkins-autoscaler

Jenkins autoscaler that scales VMs based on executors usage

MIT License

Stars
44
Committers
3

Bot releases are visible (Hide)

jenkins-autoscaler - v0.2.7 Latest Release

Published by Shareed2k 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bringg/jenkins-autoscaler/compare/v0.2.6...v0.2.7

jenkins-autoscaler - v0.2.6

Published by Shareed2k about 1 year ago

jenkins-autoscaler - v0.2.5

Published by github-actions[bot] almost 2 years ago

Changelog

  • e15bd46 auto scaler will work only with jenkins node registred with label (#19)
jenkins-autoscaler - v0.2.3

Published by github-actions[bot] almost 2 years ago

Changelog

  • 9ef0307 change aws resize fnc and minimize count of request to backend api (#17)
jenkins-autoscaler - v0.2.2

Published by github-actions[bot] about 2 years ago

Changelog

  • 285fb64 add backoff when jenkins api is in-accessible (#16)
jenkins-autoscaler - v0.2.1

Published by Shareed2k about 2 years ago

What's Changed

Full Changelog: https://github.com/bringg/jenkins-autoscaler/compare/v0.2.0...v0.2.1

jenkins-autoscaler - v0.2.0

Published by github-actions[bot] over 2 years ago

Changelog

  • 0df1922 fix bug with zombies left in jenkins (#9)
jenkins-autoscaler - v0.1.6

Published by github-actions[bot] over 2 years ago

Changelog

  • 55a3310 add healthz endpoint (#8)
  • fda3b80 remove goroutine from dispatcher func (#5)
jenkins-autoscaler - v0.1.5

Published by github-actions[bot] over 2 years ago

Changelog

  • 7ebc2af add version to container (#4)
  • 52914df Update deps and github docker push (#3)
  • ea7024f add more tests and remove nodes from jenkins on gc (#2)
jenkins-autoscaler - v0.1.4

Published by github-actions[bot] over 2 years ago

Changelog

  • 477ba5e skip offline nodes, let user specify number of executors per node (#1)
  • 4124385 Initial commit