From f372e4b60011bbcad7ecebca82a24144b42fe19f Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 13 Feb 2018 13:21:45 -0500 Subject: [PATCH] Add a note about requiring jjbini configuration Document that jjbini needs to include JJB 2.0 style configuration sections for the "production" and "sandbox" systems. Change-Id: I102c57774a75bd1545f21a67bb2d98ccb0f270a1 Signed-off-by: Thanh Ha --- docs/jjb/lf-ci-jobs.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/jjb/lf-ci-jobs.rst b/docs/jjb/lf-ci-jobs.rst index 3ddec148..af5ad74d 100644 --- a/docs/jjb/lf-ci-jobs.rst +++ b/docs/jjb/lf-ci-jobs.rst @@ -59,6 +59,11 @@ Manages the Global Jenkins variables. This macro will clear all exist macros in Jenkins and replaces them with the ones defined by the ci-management/jenkins-config/global-vars-SILO.sh script. +.. note:: + + Requires the jjbini file in Jenkins CFP to contain JJB 2.0 style + config definitions for "production" and "sandbox" systems. + :Required parameters: :jenkins-silos: Space separated list of Jenkins silos to update @@ -125,6 +130,11 @@ The format for this file is ``KEY=value`` for example:: SILO=sandbox SONAR_URL=https://sonar.opendaylight.org +.. note:: + + Requires the jjbini file in Jenkins CFP to contain JJB 2.0 style + config definitions for "production" and "sandbox" systems. + :Template names: - {project-name}-jenkins-cfg-merge -- 2.16.6