Merge "Add RTD global vars."
diff --git a/global-jjb b/global-jjb
index 6d0b661..80fd454 160000
--- a/global-jjb
+++ b/global-jjb
@@ -1 +1 @@
-Subproject commit 6d0b661360e45fe139ff9689c3ff23f657bad599
+Subproject commit 80fd45462e84ff59083de3038daea1a18915e28e
diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh
index ab840d2..1106835 100644
--- a/jenkins-config/global-vars-production.sh
+++ b/jenkins-config/global-vars-production.sh
@@ -5,7 +5,7 @@
LOGS_SERVER=https://logs.o-ran-sc.org
NEXUS_URL=https://nexus.o-ran-sc.org
REGISTRY_PORTS=10001 10002 10003 10004
-SIGUL_BRDIGE_IP=10.32.4.8
+SIGUL_BRIDGE_IP=10.32.4.8
SIGUL_KEY=oran-release-2019
SILO=production
MASTER_RTD_PROJECT=doc
diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh
index 1f3aeaf..e7c13fd 100644
--- a/jenkins-config/global-vars-sandbox.sh
+++ b/jenkins-config/global-vars-sandbox.sh
@@ -5,7 +5,7 @@
LOGS_SERVER=https://logs.o-ran-sc.org
NEXUS_URL=https://nexus.o-ran-sc.org
REGISTRY_PORTS=10001 10002 10003 10004
-SIGUL_BRDIGE_IP=10.32.4.8
+SIGUL_BRIDGE_IP=10.32.4.8
SIGUL_KEY=oran-sandbox
SILO=sandbox
MASTER_RTD_PROJECT=doc-test
diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml
new file mode 100644
index 0000000..fed0685
--- /dev/null
+++ b/jjb/pti-rtp/pti-rtp.yaml
@@ -0,0 +1,15 @@
+---
+- project:
+ name: pti-rtp-project-view
+ project-name: pti-rtp
+ views:
+ - project-view
+
+- project:
+ name: pti-rtp-info
+ project: pti/rtp
+ project-name: pti-rtp
+ build-node: centos7-builder-1c-1g
+ jobs:
+ - gerrit-info-yaml-verify
+