From ecdb180c8d0ac7350d5dd224f8e2a366a51a95b0 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 11 Aug 2017 13:39:56 -0400 Subject: [PATCH] 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 --- doc/source/definition.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/definition.rst b/doc/source/definition.rst index ee5d379c5..4cd8b0ea6 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 -----------