Add additional link steps for global-jjb install 16/12916/1 v0.25.2
authorJeremy Phelps <jphelps@linuxfoundation.org>
Fri, 5 Oct 2018 17:12:07 +0000 (12:12 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Tue, 9 Oct 2018 19:51:02 +0000 (14:51 -0500)
Change-Id: I29b1cc25f488b681f9441a8b7e73893375974868
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
docs/install.rst
releasenotes/notes/add_link_steps-7552769ed5cdee89.yaml [new file with mode: 0644]

index 6a9c136..49bc041 100644 (file)
@@ -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"
diff --git a/releasenotes/notes/add_link_steps-7552769ed5cdee89.yaml b/releasenotes/notes/add_link_steps-7552769ed5cdee89.yaml
new file mode 100644 (file)
index 0000000..d0ddb1f
--- /dev/null
@@ -0,0 +1,4 @@
+---
+other:
+  - |
+    Add missing link steps for upgrading to global-jjb >= v0.25.0.