summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2017-08-11 13:39:56 -0400
committerThanh Ha <thanh.ha@linuxfoundation.org>2017-08-11 13:39:58 -0400
commitecdb180c8d0ac7350d5dd224f8e2a366a51a95b0 (patch)
tree13b9b1243a433432f27ce2b6b13299f057492b9c /doc
parentb402d7800cd06e9d2b097b8779416fe8bb09be89 (diff)
downloadpython-jenkins-job-builder-ecdb180c8d0ac7350d5dd224f8e2a366a51a95b0.tar.gz
python-jenkins-job-builder-ecdb180c8d0ac7350d5dd224f8e2a366a51a95b0.tar.xz
python-jenkins-job-builder-ecdb180c8d0ac7350d5dd224f8e2a366a51a95b0.zip
Document JJB 2.0 plugin config default behaviour
Document the behaviour change in JJB 2.0 to default configuration to the latest supported version. These series of changes were modified via the topic:2.0-config-format in Gerrit. https://review.openstack.org/#/q/status:open+project:openstack-infra/jenkins-job-builder+branch:master+topic:2.0-config-format Change-Id: I96160bd63c39a1346f1eefd24eda475cfb30caf3 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/definition.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/definition.rst b/doc/source/definition.rst
index ee5d379c..4cd8b0ea 100644
--- a/doc/source/definition.rst
+++ b/doc/source/definition.rst
@@ -8,6 +8,13 @@ YAML file, or a directory. If you choose a directory, all of
the .yaml/.yml or .json files in that directory will be read, and all the
jobs they define will be created or updated.
+.. note::
+
+ Jenkins Job Builder 2.x plugins are designed to default to generating the
+ xml format for the latest supported version of JJB. This is a change in
+ behaviour from 1.x and below which defaulted to the oldest supported plugin
+ version.
+
Definitions
-----------