Give developers a hint about what to look for in the output of
"jenkins-jobs test".
jenkins-jobs --conf ~/.jenkins_jobs.ini test my-cool-job/config/definitions/my-cool-job.yml
+ If everything goes ok, this will cause JJB to output the XML of your job(s).
+ If there is a problem, JJB will print an error/backtrace instead.
+
5. Run JJB to push your changes live to job on the master::
jenkins-jobs --conf ~/.jenkins_jobs.ini update my-cool-job/config/definitions/my-cool-job.yml