- Fixed/Modified streaming/following of build logs in `build logs --follow` to utilize `progressiveText` Jenkins endpoint. However, it will fall back on old method when `progressiveText` does not work (Thank you marcosdiez )
- Added a `--follow-logs` option to `build rebuild` and `job build` commands. When specified it will wait for the build to go from queue to running, then immediately follow/stream the logs to the console. (Thank you marcosdiez )
- Added a spinner/waiter animation to `server server-deploy` command
What's Changed
* fix: Update pypi branch reference to main by ismet55555 in https://github.com/ismet55555/yojenkins/pull/168
* fix yoenkins build logs with --follow by marcosdiez in https://github.com/ismet55555/yojenkins/pull/164
* fix: Stream build logs using `progressiveText` endpoint, fall-back on legacy method by ismet55555 in https://github.com/ismet55555/yojenkins/pull/169
* feat: Add show result console logs to build rebuild by marcosdiez in https://github.com/ismet55555/yojenkins/pull/165
* feat: Follow/Stream Logs to Console after Job Build and Rebuild by ismet55555 in https://github.com/ismet55555/yojenkins/pull/170
**Full Changelog**: https://github.com/ismet55555/yojenkins/compare/v0.0.75...v0.0.76