Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Adding rocketchat-notifier plugin #423

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Newly filed issues should bear the label `pipeline` for ease of tracking.
- [X] `HipChatNotifier` (`hipchat`): supported as of 1.0.0
- [ ] `IronMQNotifier` (`ironmq-notifier`): [JENKINS-35505](https://issues.jenkins-ci.org/browse/JENKINS-35505)
- [X] `LogParserPublisher` (`log-parser`): supported as of 2.0
- [X] `RocketChatNotifier` (`rocketchatnotifier`): supported as of 0.5.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still incorrect as previously noted. This is a custom step (rocketSend). The original RocketChatNotifier post-build action is not compatible with Pipeline AFAICT.

- [X] `SlackNotifier` (`slack`): supported as of 2.0
- [ ] ~~`DescriptionSetterPublisher` (`description-setter`): [PR 7](https://github.com/jenkinsci/description-setter-plugin/pull/7)~~
- [ ] `CopyToSlaveBuildWrapper` and `CopyToMasterNotifier` (`copy-to-slave`): [JENKINS-28386](https://issues.jenkins-ci.org/browse/JENKINS-28386)
Expand Down