lattwood / slack-incoming-webhook-plugin

A Rundeck Plugin for Slack Incoming-WebHook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rundeck-slack-incoming-webhook-plugin

Sends rundeck notification messages to a slack channel. This plugin is based on rundeck-slack-plugin(based on run-hipchat-plugin).

Installation Instructions

See the Included Plugins | Rundeck Documentation for more information on installing rundeck plugins.

Download jarfile

  1. Download jarfile from releases.
  2. copy jarfile to $RDECK_BASE/libext

Build

  1. build the source by gradle.
  2. copy jarfile to $RDECK_BASE/libext

Configuration

This plugin uses Slack incoming-webhooks. Create a new webhook and copy the provided url.

configuration

The only required configuration settings are:

  • WebHook URL: Slack incoming-webhook URL.

Slack message example.

On success.

on success

On failure.

on failure

Contributors

About

A Rundeck Plugin for Slack Incoming-WebHook

License:Apache License 2.0


Languages

Language:Java 86.5%Language:FreeMarker 13.5%