Skip to content

Releases: zionyx/jenkins-tray

Jenkins Tray v1.1-Beta

11 Jan 15:00
Compare
Choose a tag to compare
Pre-release

Release notes:

#76 - Support Display name
#77 - Implement ClickOnce / Squirrel.Windows for easier deployment
#81 - Support Multibranch pipeline jobs feature
#82 - Support Jenkins 2.73.1 by fixing the TLS
#83 - Restrict amount of data retrieved when requesting build info enhancement

Known issues:

  1. The application will not start automatically as you logon to the system. See #85
    Root cause: Missing start up shortcut.

  2. Possible project names conflict. See #84
    Root cause: Project names were once unique before the support for Folders and Multibranch pipeline project type.

Installation notes:

Please uninstall all previous versions of Jenkins Tray before installing this version.

Jenkins Tray installer will no longer support upgrade over previous installed versions on the system. The installation mechanism employed from this version onward is incompatible with past versions.

However, both versions can co-exist on the same system, which may lead to confusions.

VirusTotal detection report: link

Jenkins Tray - v1.0.5

19 Sep 09:15
Compare
Choose a tag to compare

Minor update release - Version 1.0.5

Enhancements / bugfixes include:

  • Jenkins Error 500 when trying to claim a build with Claim Plugin v2.5 and above. #70
  • Ability to stop / cancel ongoing builds. #66

Jenkins Tray - v1.0.4.1

10 Nov 12:23
Compare
Choose a tag to compare

How to fix 2 instances of Jenkins Tray running upon logon

  1. Please close all instances of Jenkins Tray.
  2. Proceed to uninstall all versions of Jenkins Tray on your machine.
  3. Download and run as admin FixJenkinsTray.cmd from the link below.
  4. The CMD file tries to remove Jenkins Tray shortcuts from Start Menu, and all left over files from the default install directory.
  5. If not, remove these files / folders from:
    1. %AppData%\Microsoft\Windows\Start Menu\Programs\Startup\Jenkins Tray.lnk
    2. %AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Startup\Jenkins Tray.lnk
    3. %ProgramFiles(x86)%\Jenkins Tray on x64 Windows, or %ProgramFiles%\Jenkins Tray on x86 Windows.
  6. Install this version.
Sincere apologies for inconvenience caused

Not another 🆘 hotfix release, version 1.0.4.1

Notable issues included in this version:

  1. #64. Fixes a critical application upgrade failure issue.
  2. #61. Supports CloudBees folder plugin when browsing for projects in server settings.

Many thanks to @snowman78 for contributing! 👍

Jenkins Tray - v1.0.4

05 Nov 10:07
Compare
Choose a tag to compare

Please use version 1.0.4.1 instead.


How to fix 2 instances of Jenkins Tray running upon logon

  1. Please uninstall all versions of Jenkins Tray on your machine.
  2. Download and run FixJenkinsTray.cmd from the link below.
  3. The CMD file tries to remove Jenkins Tray shortcuts from Start Menu.
  4. Install this version.
Sincere apologies for inconvenience caused

Incremental update release - Version 1.0.4

Bugfixes:

  • #22 - System tray tooltip fix.
  • #49 - Details column not sortable exception.
  • #55 - No longer list possible culprits names on unstable builds.

Enhancements:

  • #24 - Installation update - Shortcut for all users.
  • #50 - Refactoring the source codes.
  • #51 - Double click on column edge to best fit column.
  • #59 - Configurable system tray balloon notification.

Thanks to @BrandonHuber and @jeff2001 for their generous effort. 👍

The download below is actually v1.0.4.1.

Jenkins Tray - v1.0.3

09 Sep 10:37
Compare
Choose a tag to compare

Minor update release - Version 1.0.3.1

Notable features / enhancements / bugfixes include:

Jenkins Tray - v1.0.2

23 Jul 10:27
Compare
Choose a tag to compare

Minor update release - Version 1.0.2

Includes:

  • Authenticated user should be able to trigger a build without requiring Authentication Token. #34, #35
  • Sound notification settings enhancement. #16
  • Uses FileVersion for application update check. #36

Jenkins Tray - v1.0.1

07 May 14:09
Compare
Choose a tag to compare

Minor update release - Version 1.0.1

Includes:

  • Installer creates start menu and startup shortcuts, for the install user at the moment. #24
  • Main UI shows up on application start up. #26
  • Details column on the main UI include queue information. #28
  • Minor user friendliness at server setup. #31
  • Minor UI fixes. #30

Jenkins Tray - v1.0

22 Jan 11:08
Compare
Choose a tag to compare

Jenkins Tray - Version 1.0

Features include:

  • New 'Last build' column to show the job status of lastBuild, if any. #1
  • New 'Details' column to show the status of the ongoing job, or simply display lastBuild's job status. #2
  • Supports authentication token for projects on servers that requires it. #10
  • Always acknowledged projects acknowledges all statuses, and persists. #12, #18
  • Better tooltips on system tray icon. #15
  • Upgraded to SmartThreadPool 2.2.3 to remove debug log pollution. #19
  • Defaults to launch the application upon installation complete.

Bug fixes:

  • Server Url change will now cascade to all its projects. #25