1.2.0 • Published 4 years ago

nci-scheduler v1.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

nci scheduler

Periodic build runner for nci nci.

Known Vulnerabilities

Installation

npm install nci-scheduler

Usage

To enable add this plugin to the plugins section at server config:

{
    "plugins": [
        "nci-scheduler"
    ]
....
}

after that you can set scheduler settings at project config e.g. (for building project every 5 seconds):

    "buildEvery": {
        "time": "*/5 * * * * *",
        "withScmChangesOnly": true
    }

parameters:

  • time - 6 or 5 (seconds can be omitted) groups cron string
  • withScmChangesOnly - if true then build will be started only if there is scm changes for project
  • buildParams - params for the build (override project config)
1.2.0

4 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago