From: Ken Dreyer Date: Wed, 23 Aug 2017 15:47:00 +0000 (-0600) Subject: README: more context for what "jenkins-jobs test" does X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc1959de1f227c07fd9dae8f416ac711279ad9d5;p=ceph-build.git README: more context for what "jenkins-jobs test" does Give developers a hint about what to look for in the output of "jenkins-jobs test". --- diff --git a/README.rst b/README.rst index aefb0ef4..73a45ca6 100644 --- a/README.rst +++ b/README.rst @@ -228,6 +228,9 @@ Let's say this git branch makes a change in the ``my-cool-job`` job. 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