Add System Tests page

Change-Id: I8a1fc75456f6d7006ca4b3e59daa5d2946ec0e89
diff --git a/conf.py b/conf.py
index 10209bd..e2bbbbc 100644
--- a/conf.py
+++ b/conf.py
@@ -245,7 +245,8 @@
 linkcheck_ignore = [
     r'https://github.com/stratum/fabric-tna/*',  # Fabric-TNA private repo
     r'https://github.com/opennetworkinglab/sdfabric-utils',  # Private repo
-    r'https://github.com/omec-project/up4/*'  # UP4 private repo
+    r'https://github.com/omec-project/up4/*',  # UP4 private repo
+    r'https://jenkins.aetherproject.org/view/SD-Fabric%20Nightly%20Tests/'  # Jenkins View, requires login
 ]
 
 linkcheck_timeout = 3