A jenkins tool to run jobs from command line
Run following command to configure the tool. It will ask for jenkins url, username, token (Profile > Configure > Add New Token
)
jenkins configure
Once its configured the application is ready for use.
Run following command to deploy the any job
jenkins deploy job_name
Run following command to list all the jobs
jenkins deploy list-jobs
use -v
for detailed output.
[x] Configure command to automate the cli download and configure the configuration
[ ] Write tests