From ad30e908c5985f68ef124082d51de0427a9c9181 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 11 Nov 2014 11:43:10 -0700 Subject: [PATCH] doc: add steps for testing changes --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 6fa672bd..1c48cb84 100644 --- a/README.rst +++ b/README.rst @@ -116,3 +116,11 @@ versions and combinations:: Because we made ``foo/setup/pre`` a directory, we now define the actual ``pre`` script (if needed) inside the ``pre`` directory with ``pre`` as the name. + +testing changes +--------------- +When adding new YAML files or testing changes, it's a good idea to do a +sanity-check before merging the changes to master. + +You can install the Jenkins Job Builder package locally (`pip install +jenkins-job-builder`) and then run `jenkins-jobs test my_configuration.yml` -- 2.39.5