From 407b9b1a5f36d7bbdf86bc8480768878292b3349 Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Fri, 5 Oct 2018 12:12:07 -0500 Subject: [PATCH 1/1] Add additional link steps for global-jjb install Change-Id: I8e81f0924dc8561d6cf2f33e97f6f696c8233382 Signed-off-by: Jeremy Phelps --- docs/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 6a9c1366..49bc0413 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -114,6 +114,8 @@ Global JJB as follows: mkdir jjb/global-jjb ln -s ../../global-jjb/shell jjb/global-jjb/shell ln -s ../../global-jjb/jjb jjb/global-jjb/jjb + ln -s ../../global-jjb/jenkins-admin jjb/global-jjb/jenkins-admin + ln -s ../../global-jjb/jenkins-init-scripts jjb/global-jjb/jenkins-init-scripts git add jjb/global-jjb git commit -sm "Install global-jjb $GLOBAL_JJB_VERSION" -- 2.16.6