This Concourse resource reaches out to a remote server running irccat to send build notifications to IRC channels.
Leveraging a service like irccat from concourse allows:
- A notification bot to idle in IRC channels (reducing spammy joins/quits)
- Color IRC messages
resource_types:
- name: irccat-resource
type: docker-image
source:
repository: haiku/irccat-resource
tag: latestresources:
- name: irccat
type: irccat-resource
source:
uri: https://irccat.myserver.com
secret: "MyPassword"Create or delete a webhook using the configured parameters.
- put: irccat
resource: irccat-resource
params:
message: %GREEN howdy! %NORMALThe Concourse entrypoints are in bin/check, bin/in, and bin/out. You can add functionality to these files directly, or you can require additional supporing files.
makeTo use the newly built image, push it to a Docker repository which your Concourse pipeline can access and configure your pipeline to use it:
make pushPlease read the CONTRIBUTING.md file to learn the process for submitting changes to this repo.
If you appreciate this tool, please consider making a donation to Haiku, Inc.
This project is licensed under the MIT license.