-
Notifications
You must be signed in to change notification settings - Fork 899
Adding rocketchat-notifier plugin #423
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The wiki claims that the latest version is 0.4.4, and currently sources do not show Pipeline compatibility. Perhaps there is some fork of this plugin floating out there and not on the standard update center?
COMPATIBILITY.md
Outdated
@@ -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` (`rocketchat-notifier`): supported as of 2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plugin name is rocketchatnotifier
AFAICT.
I've corrected the name. The workflow support can be found here: https://github.com/jenkinsci/rocketchatnotifier-plugin/blob/master/src/main/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep.java |
COMPATIBILITY.md
Outdated
@@ -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 2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this 2.0? The wiki says the latest is 0.5.0. And the step exists from at least 0.2.1.
And how is this RocketChatNotifier
? This is a custom step, which has its own section.
@jglick Thanks for the hint. I've updated the version number |
@@ -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 |
There was a problem hiding this comment.
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.
No description provided.