Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shariati/jenkins-cron-validator
A node module to validate jenkins cron format.
https://github.com/shariati/jenkins-cron-validator
crontab javascript jenkins jenkins-cron-format jenkins-cron-validator node-module npm-package
Last synced: about 1 month ago
JSON representation
A node module to validate jenkins cron format.
- Host: GitHub
- URL: https://github.com/shariati/jenkins-cron-validator
- Owner: shariati
- License: mit
- Created: 2018-02-24T07:34:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T13:12:29.000Z (almost 7 years ago)
- Last Synced: 2024-12-26T13:52:31.292Z (about 2 months ago)
- Topics: crontab, javascript, jenkins, jenkins-cron-format, jenkins-cron-validator, node-module, npm-package
- Language: JavaScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# jenkins-cron-validator
A node module to validate [Jenkins Cron format](https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/triggers/TimerTrigger/help-spec.jelly).## Contributing
### How to Build
Compiles to JavaScript.```bash
$ yarn build
Done in 1.43s.
```### How to Test
Runs tests on compiled code```bash
$ yarn test
1 passing
```## License
[MIT](http://opensource.org/licenses/MIT)