Add google/subpar repository to Bazel CI (#152)

diff --git a/jenkins/jobs/BUILD b/jenkins/jobs/BUILD
index a549145..276b00e 100644
--- a/jenkins/jobs/BUILD
+++ b/jenkins/jobs/BUILD
@@ -212,5 +212,11 @@
     poll = False,  # protobuf had added the robots
 )
 
+bazel_github_job(
+    name = "subpar",
+    org = "google",
+    poll = False,
+)
+
 # End of project list
 job_lists(visibility = ["//jenkins:__pkg__"])