{"id":21476469,"url":"https://github.com/node-ci/nci","last_synced_at":"2025-04-09T18:16:44.768Z","repository":{"id":16857964,"uuid":"19618004","full_name":"node-ci/nci","owner":"node-ci","description":"Flexible, open source continuous integration server written in node.js","archived":false,"fork":false,"pushed_at":"2023-03-05T23:27:33.000Z","size":1451,"stargazers_count":132,"open_issues_count":12,"forks_count":26,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-09T18:16:40.433Z","etag":null,"topics":["ci","docker","embedded-database","git","leveldb","mercurial","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-09T16:38:27.000Z","updated_at":"2024-09-22T04:26:02.000Z","dependencies_parsed_at":"2024-06-19T01:39:01.368Z","dependency_job_id":"b73c4ee1-6a8a-4c45-b471-0e22dce20461","html_url":"https://github.com/node-ci/nci","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-ci","download_url":"https://codeload.github.com/node-ci/nci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085323,"owners_count":21045139,"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":["ci","docker","embedded-database","git","leveldb","mercurial","nodejs"],"created_at":"2024-11-23T11:09:08.002Z","updated_at":"2025-04-09T18:16:44.745Z","avatar_url":"https://github.com/node-ci.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# nci\n\nFlexible, open source continuous integration server written in node.js\n\n\nIt's good for those who prefer modular things to build system for specific\nrequirements by blocks, starting from small core then extend functionality\nby plugins.\n\n\n[![Npm version](https://img.shields.io/npm/v/nci.svg)](https://www.npmjs.org/package/nci)\n[![Build Status](https://travis-ci.org/node-ci/nci.svg?branch=master)](https://travis-ci.org/node-ci/nci)\n[![Coverage Status](https://coveralls.io/repos/github/node-ci/nci/badge.svg?branch=master\u0026v3)](https://coveralls.io/github/node-ci/nci?branch=master)\n[![Known Vulnerabilities](https://snyk.io/test/npm/nci/badge.svg)](https://snyk.io/test/npm/nci)\n\n\n## Features\n\n* modular approach, small core a lot of plugins (e.g. rest api, web interface - \nplugins, not core)\n* modest system requirements (only node and scm clients are required, no\nexternal db)\n* pluginnable db storage (any [levelup](https://github.com/Level/levelup)\nbackend could be used)\n* using on-the-fly snappy compression for all stored data (builds, build logs)\nwhen leveldb (via leveldown backend) is used\n* working with any mercurial, git repositories (no matter is it service like\ngithub, bitbucket or private server, all you need is authenticate user from\nwhich nci server is running without password e.g. by ssh key)\n* damn fast single page web application interface\n([classic ui plugin](https://github.com/node-ci/nci-classic-ui))\n* server and projects could be configured with yaml\n([yaml reader plugin](https://github.com/node-ci/nci-yaml-reader)) - provides\npretty shell scripting (strings without quotes, nice multiline strings, etc)\n* provides agile project relations out of the box (see `blocks`, `blockedBy`,\n`trigger` at [sample project config](./docs/sample-project-config.yaml))\n* could catch every or specific commits (see `catchRev` at\n[sample project config](./docs/sample-project-config.yaml))\n\n\n## System requirements\n\n* unix-like operating system, not tested on windows\n* node.js \u003e= 0.10\n* git client \u003e= 1.9 (only for building git projects)\n* mercurial client \u003e= 2.8 (only for building mercurial projects)\n\n\n## Quick setup\n\nClone quick setup repo, go into it and install dependencies.\n\nYou can choose from one of following repositories with sample configurations:\n\n* With local node (all builds will be executed locally from user that started\nnci server):\n\n```sh\n\ngit clone https://github.com/node-ci/nci-quick-setup \u0026\u0026 cd nci-quick-setup \u0026\u0026 npm install\n\n```\n\n* With docker node (all builds will be executed within docker, requires\ninstalled docker client and server):\n\n```sh\n\ngit clone https://github.com/node-ci/nci-docker-node-quick-setup \u0026\u0026 cd nci-docker-node-quick-setup \u0026\u0026 npm install\n\n```\n\nAfter installing dependencies run nci:\n\n\n```sh\n\nnode_modules/.bin/nci\n\n```\n\nthat's all, now you can experiment with it by adding/changing projects,\nuse web interface (on http://127.0.0.1:3000 by default) for run project builds,\netc.\n\nCurrently web interface doesn't support adding new projects or editing of\nexisting projects. You have to do that by adding/editing project config\nfile.\n\nSee [basic tutorial](https://github.com/node-ci/nci/blob/master/docs/tutorials/standalone-web-ui.md)\nfor setup and usage details.\n\n\n## Resources\n\n* [basic tutorial](./docs/tutorials/standalone-web-ui.md)\n* [online demo](http://classicui-ncidemo.rhcloud.com/)\n* [sample project config](./docs/sample-project-config.yaml)\n* [developing plugins doc](./docs/developing-plugins)\n\n\n## Plugins\n\n* [docker node plugin](https://github.com/node-ci/nci-docker-node)\n* [ssh node plugin](https://github.com/node-ci/nci-ssh-node)\n* [yaml reader plugin](https://github.com/node-ci/nci-yaml-reader)\n* [classic ui plugin](https://github.com/node-ci/nci-classic-ui)\n* [static server plugin](https://github.com/node-ci/nci-static-server)\n* [mail notification plugin](https://github.com/node-ci/nci-mail-notification)\n* [jabber notification plugin](https://github.com/node-ci/nci-jabber-notification)\n* [telegram notification plugin](https://github.com/node-ci/nci-telegram-notification)\n* [projects reloader plugin](https://github.com/node-ci/nci-projects-reloader)\n* [rest api server plugin](https://github.com/node-ci/nci-rest-api-server)\n* [scheduler plugin](https://github.com/node-ci/nci-scheduler)\n* [express plugin](https://github.com/node-ci/nci-express)\n* [shields plugin](https://github.com/node-ci/nci-shields)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-ci%2Fnci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci/lists"}