{"id":21476455,"url":"https://github.com/node-ci/nci-scheduler","last_synced_at":"2025-03-17T08:18:20.698Z","repository":{"id":57309224,"uuid":"49289215","full_name":"node-ci/nci-scheduler","owner":"node-ci","description":"Periodic build runner for nci","archived":false,"fork":false,"pushed_at":"2020-04-19T18:27:53.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-23T17:44:00.574Z","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":"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.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-08T18:31:03.000Z","updated_at":"2020-04-19T18:27:55.000Z","dependencies_parsed_at":"2022-08-29T05:00:37.833Z","dependency_job_id":null,"html_url":"https://github.com/node-ci/nci-scheduler","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-ci","download_url":"https://codeload.github.com/node-ci/nci-scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997127,"owners_count":20380981,"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-11-23T11:09:04.644Z","updated_at":"2025-03-17T08:18:20.678Z","avatar_url":"https://github.com/node-ci.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nci scheduler\n\nPeriodic build runner for nci [nci](https://github.com/node-ci/nci).\n\n[![Npm version](https://img.shields.io/npm/v/nci-scheduler.svg)](https://www.npmjs.org/package/nci-scheduler)\n[![Known Vulnerabilities](https://snyk.io/test/npm/nci-scheduler/badge.svg)](https://snyk.io/test/npm/nci-scheduler)\n\n\n## Installation\n\n```sh\nnpm install nci-scheduler\n```\n\n\n## Usage\n\nTo enable add this plugin to the `plugins` section at server config:\n\n```json\n{\n    \"plugins\": [\n        \"nci-scheduler\"\n    ]\n....\n}\n```\n\nafter that you can set scheduler settings at project config e.g. (for building\nproject every 5 seconds):\n\n```json\n    \"buildEvery\": {\n        \"time\": \"*/5 * * * * *\",\n        \"withScmChangesOnly\": true\n    }\n```\n\nparameters:\n\n - `time` - 6 or 5 (seconds can be omitted) groups cron string\n - `withScmChangesOnly` - if true then build will be started only if there is\nscm changes for project\n - `buildParams` - params for the build (override project config)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-ci%2Fnci-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-scheduler/lists"}