{"id":17375904,"url":"https://github.com/drewml/gitlab_ci-hipchat_notifier","last_synced_at":"2025-03-27T19:48:59.694Z","repository":{"id":72799287,"uuid":"45012183","full_name":"DrewML/gitlab_ci-hipchat_notifier","owner":"DrewML","description":"A simple Express server that listens for POSTs from Gitlab CI, and posts notifications in a Hipchat room","archived":false,"fork":false,"pushed_at":"2015-10-27T03:07:36.000Z","size":288,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T22:29:08.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrewML.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-27T02:38:30.000Z","updated_at":"2015-11-08T00:36:08.000Z","dependencies_parsed_at":"2023-02-25T13:30:47.350Z","dependency_job_id":null,"html_url":"https://github.com/DrewML/gitlab_ci-hipchat_notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fgitlab_ci-hipchat_notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fgitlab_ci-hipchat_notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fgitlab_ci-hipchat_notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrewML%2Fgitlab_ci-hipchat_notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrewML","download_url":"https://codeload.github.com/DrewML/gitlab_ci-hipchat_notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245916256,"owners_count":20693389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-16T04:04:12.851Z","updated_at":"2025-03-27T19:48:59.671Z","avatar_url":"https://github.com/DrewML.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitlab CI Hipchat Notifier\n\nSends Success/Failure messages to a Hipchat room for a specific Gitlab CI project.\n\n![success message](img/success.png)\n\n## Install\n\n1. Ensure you have a version of `node.js` \u003e= 4.0.0\n2. Clone the repository\n3. Run `npm install` in the root of the repo\n\n## Configure Hipchat\n\n1. Login to Hipchat.com, and go to the `Rooms` section\n2. Select a room you are an owner of, and click on the `Tokens` tab\n3. Provide a label for your key, and choose the `Send Notification` scope\n4. Copy the token somewhere (you'll need it shortly), as well as the room ID in the URL of the page\n\n![hipchat config](img/hipchat-config.png)\n\n## Configure Notifier\n\n1. Open `config.js` in this repo\n2. Add a new key/value entry, where the key is the Hipchat room ID, and the value is the Hipchat token (or an env var referencing the token)\n\n## Configure Gitlab\n\n1. Make sure you have already configured the notifier, as well as the Hipchat room API token\n2. Start the Notifier plugin in this repo by running `PORT=8080 npm start`\n3. In your Gitlab project settings, click on `CI Web Hooks`\n4. Add a new hook, following the format below (replace the values in {} with your own):\n    ```\n    http://{PublicIPHere}:8080/ci/{RoomIDHere}\n    ```\n5. If you've followed all the steps outlined above, your notifier should now be working\n\n![gitlab](img/gitlab.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewml%2Fgitlab_ci-hipchat_notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewml%2Fgitlab_ci-hipchat_notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewml%2Fgitlab_ci-hipchat_notifier/lists"}