Merge "Add Zuul postflight publish job" into stable-2.16
diff --git a/.zuul.yaml b/.zuul.yaml
index e95b300..e55f00e 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -5,6 +5,15 @@
         tools/playbooks/install_docker.yaml
 
 - project:
+    description: |
+      Build the plugin in check, and also build and publish it after
+      every merged commit.
     check:
       jobs:
         - plugins-task-build
+    post:
+      jobs:
+        - plugins-task-build
+        - gerrit-plugin-publish:
+            dependencies:
+              - plugins-task-build