Skip to content

grasmarcussanti129/ci-build-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CI Build Notifier

Overview

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.

Features

  • 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.

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/ci-build-notifier.git
    cd ci-build-notifier
  2. Install the required dependencies:
    npm install
  3. Configure your notification settings in config.json.
  4. Run the notifier service:
    node notifier.js

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

A simple notification service that sends alerts via email or Slack when CI builds succeed or fail.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published