Update log server section 04/9504/4
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 20 Mar 2018 01:07:06 +0000 (11:07 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 21 Mar 2018 21:59:03 +0000 (07:59 +1000)
Update the file compression format and Jenkins Sandbox and
Production locations.

Change-Id: I9e5345a5d8f2ef1df7312b6eff2e468f6dcd42bc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/jenkins.rst

index 5c4c83d..29cb14b 100644 (file)
@@ -53,6 +53,14 @@ The log path pattern for the logs server is
 know the JOB_NAME and BUILD_NUMBER you can replace the paths before it to
 convert the URL between Jenkins and the Log server.
 
+We compress and store individual log files in gzip (.gz) format on the
+Nexus log repository. You can access these files through the URL.
+
+* Jenkins Production:
+  ``https://logs.example.org/production``
+* Jenkins Sandbox:
+  ``https://logs.example.org/sandbox``
+
 Log Cleanup Schedule
 ====================