From 8b333a88f7843c3ff8140bac4d2b75d020a28fc6 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 20 Mar 2018 11:07:06 +1000 Subject: [PATCH] Update log server section Update the file compression format and Jenkins Sandbox and Production locations. Change-Id: I9e5345a5d8f2ef1df7312b6eff2e468f6dcd42bc Signed-off-by: Anil Belur --- docs/jenkins.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/jenkins.rst b/docs/jenkins.rst index 5c4c83d..29cb14b 100644 --- a/docs/jenkins.rst +++ b/docs/jenkins.rst @@ -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 ==================== -- 2.16.6