Add lightning talk about checks-jenkins plugin Change-Id: I5b5de28dc4895a3c02cfd41ac5148ec0676f4304
diff --git a/schedule.md b/schedule.md index 5fda822..7362915 100644 --- a/schedule.md +++ b/schedule.md
@@ -74,7 +74,7 @@ | 14:10 | [Status update of the "Gerrit on Kubernetes" project](sessions/k8s-gerrit.md) | 14:20 | [Submit requirements - Goodbye Prolog](sessions/submit-requirements.md) | 14:30 | [What's new in the OWNERS plugin](sessions/owners-plugin.md) -| 14:40 | __Lightning talk available__ +| 14:40 | ["checks-jenkins" - A Checks-API implementation for Jenkins](sessions/checks-jenkins.md) | 14:50 | __Lightning talk available__ | 15:00 | Break & Networking | 15:30 | Final retrospective and proposals
diff --git a/sessions/checks-jenkins.md b/sessions/checks-jenkins.md new file mode 100644 index 0000000..4c26c4d --- /dev/null +++ b/sessions/checks-jenkins.md
@@ -0,0 +1,19 @@ +# "checks-jenkins" - A Checks-API implementation for Jenkins + +The [Checks-API](https://gerrit-review.googlesource.com/Documentation/pg-plugin-checks-api.html) +was recently added to Gerrit to provide an extension point for plugins that +collect data from CI systems to display them in the Gerrit UI. + +The [checks-jenkins plugin](https://gerrit-review.googlesource.com/admin/repos/plugins/checks-jenkins,general) +implements the Checks-API for Jenkins CI servers. It relies on the +[gerritchangequery plugin](https://review.gerrithub.io/admin/repos/tdraebing/gerritchangequery-plugin,general) +to query job runs working on a patchset in Jenkins and displays the collected +data in the Gerrit UI. The gerritchangequery plugin supports the gerrit trigger +plugin and the gerritcodereview plugin. + +The presented plugins are still work-in-progress and created during the last +two Gerrit hackathons. + +This talk will be presented online. + +*[Thomas Draebing, SAP](../speakers.md#tdraebing)*