Skip to content

GoCD notification plugin to give pipeline owners better and more direct control over who gets notified.

Notifications You must be signed in to change notification settings

adnovum/gong-notifier

Folders and files

NameName
Last commit message
Last commit date
Jun 26, 2020
Nov 30, 2020
Jun 30, 2020
Jan 13, 2023
Jun 30, 2020
Jan 30, 2020
Mar 9, 2018
Jun 26, 2020
Jun 16, 2020
Jun 16, 2020
Apr 27, 2018
Feb 23, 2018
Jun 18, 2020

Repository files navigation

gong-notifier

CircleCI Quality Gate Status

gong-notifier is a GoCD plugin collection that aims to give pipeline owners better and more direct control over who gets notified.

Instead of each user specifying what they want to get notified about; or having central notification rules managed by an admin, this plugin allows setting notification rules in the pipeline configuration via environment variables.

The following plugins exist:

For detailed user guides, please see the respective plugin readmes.

Development

Building

The project uses Gradle as its build tool.

./gradlew assemble

This builds the final jar file (which includes all dependencies) in build/libs.

You can run all tests with:

./gradlew check

All tests are self-contained and do not require a running GoCD server.