{"id":17377242,"url":"https://github.com/node-ci/nci-gitlab-webhook","last_synced_at":"2026-05-06T07:34:02.629Z","repository":{"id":57309223,"uuid":"60982112","full_name":"node-ci/nci-gitlab-webhook","owner":"node-ci","description":"gitlab webhook plugin for nci https://github.com/node-ci/nci","archived":false,"fork":false,"pushed_at":"2018-10-22T09:35:06.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T04:33:05.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/node-ci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-12T18:14:30.000Z","updated_at":"2018-10-22T09:35:12.000Z","dependencies_parsed_at":"2022-08-29T12:51:08.587Z","dependency_job_id":null,"html_url":"https://github.com/node-ci/nci-gitlab-webhook","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-gitlab-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-gitlab-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-gitlab-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-gitlab-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-ci","download_url":"https://codeload.github.com/node-ci/nci-gitlab-webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245917005,"owners_count":20693444,"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-16T05:04:40.128Z","updated_at":"2026-05-06T07:33:57.585Z","avatar_url":"https://github.com/node-ci.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nci-gitlab-webhook\n[![Build Status](https://travis-ci.org/node-ci/nci-gitlab-webhook.svg?branch=master)](https://travis-ci.org/node-ci/nci-gitlab-webhook)\n\n[gitlab](https://gitlab.com) webhook plugin for [nci](https://github.com/node-ci/nci)\n\n## Dependencies\n\n[nci-express](https://github.com/node-ci/nci-express)\n\n## Installation\n\n```sh\nnpm install nci-gitlab-webhook\n```\n\n## Usage\n\nAdd this plugin to the `plugins` section at server config\n\n```yml\nplugins:\n    - nci-gitlab-webhook\n```\n\nafter that you can set gitlab webhook at project config\n\n```yml\nwebhooks:\n    gitlab:\n        secret: '123456'\n```\n\nplugin will listen `POST /webhooks/:projectName/gitlab` and will get secret\nfrom ```X-Gitlab-Token``` request header.\n\nBy default plugin processes only GitLab `Push Hook` events to run build\non new commits in default branch (specified in `scm.rev` section of project\nconfig).\n\nPlugin will run build on GitLab Merge Request opening or new commits in\nsource branch if `Merge Request Hook` specified in GitLab.\n\nAlso plugin supports force build running via adding MR comment with text\n`/run_ci`.\n\nPlugin requires following events in GitLab webhook:\n\n- Push Hook\n- Merge Request Hook\n- Note Hook\n\n## Skip builds\n\nYou can avoid of build creation by adding `[skip ci]` or `[ci skip]` to\ncommit message.\n\n## License\n\n[The MIT License](https://raw.githubusercontent.com/node-ci/nci-gitlab-webhook/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-gitlab-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-ci%2Fnci-gitlab-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-gitlab-webhook/lists"}