{"id":20811742,"url":"https://github.com/strider-cd/strider-runner-core","last_synced_at":"2025-07-28T21:09:20.529Z","repository":{"id":9870407,"uuid":"11869912","full_name":"Strider-CD/strider-runner-core","owner":"Strider-CD","description":"Just run those jobs. Decoupled from load balancing, job queues, etc.","archived":false,"fork":false,"pushed_at":"2023-04-15T13:48:03.000Z","size":220,"stargazers_count":7,"open_issues_count":6,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-11T00:44:41.832Z","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/Strider-CD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-08-03T21:35:13.000Z","updated_at":"2022-05-02T01:46:45.000Z","dependencies_parsed_at":"2024-01-23T17:50:39.486Z","dependency_job_id":null,"html_url":"https://github.com/Strider-CD/strider-runner-core","commit_stats":{"total_commits":90,"total_committers":15,"mean_commits":6.0,"dds":0.6555555555555556,"last_synced_commit":"f60a885bad7ef7fec089caebff011dcce92a40ca"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Strider-CD/strider-runner-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-runner-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-runner-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-runner-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-runner-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strider-CD","download_url":"https://codeload.github.com/Strider-CD/strider-runner-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-runner-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585830,"owners_count":24111577,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-17T20:46:55.444Z","updated_at":"2025-07-28T21:09:20.500Z","avatar_url":"https://github.com/Strider-CD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strider-runner-core\n\nJust run those jobs. Decoupled from load balancing, job queues, etc.\n\n[![Build Status](https://travis-ci.org/Strider-CD/strider-runner-core.svg?branch=master)](https://travis-ci.org/Strider-CD/strider-runner-core)\n\n## Usage\n\n```js\nvar core = require('strider-runner-core');\n\ncore.process(data, provider, plugins, config, next);\n```\n\n## API\n\n- `data` is the mongoose job object. See the main strider repo for a schema.\n- `provider` is an instantiated provider, such as [strider-git](https://github.com/Strider-CD/strider-git).\n- `plugins` is a map of instantiated plugins (such as [strider-node](https://github.com/Strider-CD/strider-node)) `{id: plugin, ...}`\n- `config` - object attributes:\n  - env - a map for augmenting the ENV variables in all commands run\n  - io - an eventemitter for communication.\n  - dataDir - the directory to hold your code\n  - baseDir - base directory for this job\n  - cacheDir - cache directory\n  - cachier (see [this file](https://github.com/Strider-CD/strider-simple-runner/blob/master/lib/cachier.js))\n  - logger\n  - log - log fn\n  - error - log errors\n- `next` is called with any errors as the first argument.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrider-cd%2Fstrider-runner-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrider-cd%2Fstrider-runner-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrider-cd%2Fstrider-runner-core/lists"}