Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9181f85
)
Add additional link steps for global-jjb install
95/12895/2
author
Jeremy Phelps
<jphelps@linuxfoundation.org>
Fri, 5 Oct 2018 17:12:07 +0000
(12:12 -0500)
committer
Jeremy Phelps
<jphelps@linuxfoundation.org>
Fri, 5 Oct 2018 17:13:48 +0000
(12:13 -0500)
Change-Id: I8e81f0924dc8561d6cf2f33e97f6f696c8233382
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
docs/install.rst
patch
|
blob
|
history
diff --git
a/docs/install.rst
b/docs/install.rst
index
6a9c136
..
49bc041
100644
(file)
--- 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"