Skip to content

Releases: ismet55555/yojenkins

v0.0.86

04 Jul 04:34
4d7f6a7
Compare
Choose a tag to compare
  • Changed history file from overwriting to appending
  • Changed history file to be history.jsonl in JSONL format

v0.0.85

06 Mar 23:47
dad560a
Compare
Choose a tag to compare
Merge pull request #214 from ismet55555/add-token-env-var

v0.0.84

06 Mar 23:11
28ea48d
Compare
Choose a tag to compare
Merge pull request #212 from ismet55555/fix-abort-permission-error

v0.0.83

22 Feb 22:16
c104bf7
Compare
Choose a tag to compare
Merge pull request #195 from ismet55555/simpleaudio-change

v0.0.82

24 Jan 06:53
00a0d8e
Compare
Choose a tag to compare

What's Changed

  • fix: Removed print statment and bumped dependencies by @ismet55555 in #187

Full Changelog: v0.0.81...v0.0.82

v0.0.81

04 Dec 08:49
1b39b31
Compare
Choose a tag to compare

#180

What's Changed

  • feat: Build diff line-pattern REGEX, provide your own API token for profile by @ismet55555 in #180

Full Changelog: v0.0.80...v0.0.81

v0.0.80

02 Dec 16:40
f2206a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.79...v0.0.80

v0.0.78

01 Dec 05:21
e92efe7
Compare
Choose a tag to compare

What's Changed

  • build rebuild now parses the job number from the URL by @marcosdiez in #173
  • feat: Pass Any URL That Includes the Build URL via --url Option by @ismet55555 in #174

Full Changelog: v0.0.77...v0.0.78

v0.0.76

13 Nov 19:06
bfd1c6e
Compare
Choose a tag to compare
  • 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 #168
  • fix yoenkins build logs with --follow by @marcosdiez in #164
  • fix: Stream build logs using progressiveText endpoint, fall-back on legacy method by @ismet55555 in #169
  • feat: Add show result console logs to build rebuild by @marcosdiez in #165
  • feat: Follow/Stream Logs to Console after Job Build and Rebuild by @ismet55555 in #170

Full Changelog: v0.0.75...v0.0.76

v0.0.75

10 Nov 13:29
fb57d12
Compare
Choose a tag to compare
Merge pull request #167 from ismet55555/fix-linting

fix: Change github actions linting