cliffano / nestor

Jenkins CLI and node.js client
http://blog.cliffano.com/tag/nestor/
MIT License
182 stars 27 forks source link

Add `nestor create` command to create a new job #25

Closed cliffano closed 10 years ago

cliffano commented 10 years ago

This is handy for programmatically creating Jenkins job with a pre-configured config.xml .

The scenario I'm thinking about is to generate multiple config.xml files, and then use nestor create to create a job for each config.xml file.

cliffano commented 10 years ago

Released in v0.2.2 .