Gocd Webhook Notification Plugin banner
getsentry getsentry

Gocd Webhook Notification Plugin

Communication community

Description

A simple plugin to call a webhook from GoCD

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

WebHook Notification

Ping a webhook with status updates from GoCD.

Usage

Place the release jar file into the `plugins/external/` directory.

Start the server and add your webhooks by going to `Admin > Plugins` and clicking the cog for `WebHook Notifier`.

![Plugin Details in GoCD](docs/plugin-details.png)

From there you can enter one or more webhooks seperated by new lines.

![Plugin Details in GoCD](docs/plugin-settings.png)

Development

Building the code base

To build the jar, run `gradle clean assemble`

Tests

`gradle clean test`

Release

Run the create release action.