From cc1959de1f227c07fd9dae8f416ac711279ad9d5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 23 Aug 2017 09:47:00 -0600 Subject: [PATCH] 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". --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index aefb0ef4a..73a45ca64 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 -- 2.47.3