Releases: jenkinsci/hipchat-plugin
Releases · jenkinsci/hipchat-plugin
Jenkins HipChat plugin 1.0.0
New Features:
- Flexible notification configuration:
- allow setting room notification, message template and notification color for each notification type (JENKINS-18127, JENKINS-28314, JENKINS-26974, #16, #54)
- introduce default notifications (can be set under Global settings), which are only triggered if a job has no notifications set up (#30)
- configuration stored in old format will keep on working
- Expose failed and total test count in message templates, use $FAILED_TEST_COUNT and $TEST_COUNT respectively (#18)
- Workflow plugin support (#60, JENKINS-27202)
- Text format support (#47)
Bugfixes:
- Potential NPE when collecting changeset information from git repositories (#55)
Jenkins HipChat plugin 0.1.9
Bugfixes:
- Room setting and notification selection should be per post-build task, not per build (#29, JENKINS-25908)
- Job configuration won't get updated when global configuration changes (#31, #33, JENKINS-19184, JENKINS-26845)
- No HipChat notification sent when build status change from "Unstable" to "Back To Normal" (JENKINS-25714)
- The plugin should set HTTP connect/read timeouts (#22)
- Incorrect path to help files for config pages (#35)
New Features: