Skip to content

stone-payments/slack-incoming-webhook-plugin

 
 

Repository files navigation

Stone Payments - Rundeck Slack Notification Plugin

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

Build

  1. build the source by gradle. Run:
make build-locally
  1. copy jarfile to $RDECK_BASE/libext

Build with docker

  1. build the source by docker. Run:
make build-docker
  1. copy jarfile to $RDECK_BASE/libext

To generate a new release version for this Plugin, change the project.version into the file build.gradle

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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.2%
  • FreeMarker 11.1%
  • Makefile 3.2%
  • Dockerfile 0.5%