Skip to content

Jenkins HipChat plugin 1.0.0

Latest
Compare
Choose a tag to compare
@aldaris aldaris released this 09 Jan 00:39
· 67 commits to master since this release

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)