CI Build Notifier is a lightweight service designed to keep development teams informed about the status of their continuous integration (CI) builds. By integrating with popular CI tools, this service alerts team members via email or Slack whenever a build succeeds or fails.
- Configurable notifications for build success and failure.
- Supports multiple CI tools (e.g., Jenkins, CircleCI, GitHub Actions).
- Simple setup and configuration through a JSON file.
- Clone the repository:
git clone https://github.com/yourusername/ci-build-notifier.git cd ci-build-notifier
- Install the required dependencies:
npm install
- Configure your notification settings in
config.json
. - Run the notifier service:
node notifier.js
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.