From 0ebea20b6330b0ad84b9cc5e86bcd0ebe3f5aa37 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 10 Jun 2021 09:47:06 -0700 Subject: [PATCH] Fix: Correct path location for managed configs The defined path for JCasC managed config files was pointing into a directory that we do not use. It should be jenkins-config not jenkins-admin Signed-off-by: Andrew Grimberg Change-Id: I4f1dc14ba3087844db4f5a6693e0538352dec9fa --- docs/jenkins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jenkins.rst b/docs/jenkins.rst index d8cc700..f7e8f6f 100644 --- a/docs/jenkins.rst +++ b/docs/jenkins.rst @@ -206,7 +206,7 @@ Managed Config Files Jobs in Jenkins make extensive use of Managed Config Files for different types of files that store configuration or credentials. These files live in the ci-management repository along side of the rest of the community configurable -components under the ``jenkins-admin/managed-config-files`` directory tree. +components under the ``jenkins-config/managed-config-files`` directory tree. This directory tree has the following case sensitive format: :: -- 2.16.6