From: Anil Belur Date: Tue, 20 Mar 2018 01:07:06 +0000 (+1000) Subject: Update log server section X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=8b333a88f7843c3ff8140bac4d2b75d020a28fc6;p=releng%2Fdocs.git Update log server section Update the file compression format and Jenkins Sandbox and Production locations. Change-Id: I9e5345a5d8f2ef1df7312b6eff2e468f6dcd42bc Signed-off-by: Anil Belur --- 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 ====================