Releases: zionyx/jenkins-tray
Jenkins Tray v1.1-Beta
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:
-
The application will not start automatically as you logon to the system. See #85
Root cause: Missing start up shortcut. -
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
Jenkins Tray - v1.0.4.1
How to fix 2 instances of Jenkins Tray running upon logon
- Please close all instances of Jenkins Tray.
- Proceed to uninstall all versions of Jenkins Tray on your machine.
- Download and run as admin FixJenkinsTray.cmd from the link below.
- File is scanned by VirusTotal
- The CMD file tries to remove Jenkins Tray shortcuts from Start Menu, and all left over files from the default install directory.
- If not, remove these files / folders from:
%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\Jenkins Tray.lnk
%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Startup\Jenkins Tray.lnk
%ProgramFiles(x86)%\Jenkins Tray
on x64 Windows, or%ProgramFiles%\Jenkins Tray
on x86 Windows.
- Install this version.
Sincere apologies for inconvenience caused
Not another 🆘 hotfix release, version 1.0.4.1
Notable issues included in this version:
- #64. Fixes a critical application upgrade failure issue.
- #61. Supports CloudBees folder plugin when browsing for projects in server settings.
Many thanks to @snowman78 for contributing! 👍
Jenkins Tray - v1.0.4
Please use version 1.0.4.1 instead.
How to fix 2 instances of Jenkins Tray running upon logon
- Please uninstall all versions of Jenkins Tray on your machine.
- Download and run FixJenkinsTray.cmd from the link below.
- File is scanned by VirusTotal
- The CMD file tries to remove Jenkins Tray shortcuts from Start Menu.
- 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
Minor update release - Version 1.0.3.1
Notable features / enhancements / bugfixes include:
Jenkins Tray - v1.0.2
Jenkins Tray - v1.0.1
Minor update release - Version 1.0.1
Includes:
Jenkins Tray - v1.0
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