Warn about Gerrit Trigger Plugin and stream-events in 2.7 release notes
Upgrading to 2.7 may cause the Gerrit Trigger Plugin on Jenkins to
stop working. Add a warning in the release notes to explain that
the Jenkins user needs to have the 'Stream Events' capability.
Change-Id: Id1d5000ea1a37500dcb27dad9ef79dad5e58cf50
diff --git a/ReleaseNotes/ReleaseNotes-2.7.txt b/ReleaseNotes/ReleaseNotes-2.7.txt
index a069716..eb95146 100644
--- a/ReleaseNotes/ReleaseNotes-2.7.txt
+++ b/ReleaseNotes/ReleaseNotes-2.7.txt
@@ -26,6 +26,15 @@
+Gerrit Trigger Plugin in Jenkins
+--------------------------------
+
+
+*WARNING:* Upgrading to 2.7 may cause the Gerrit Trigger Plugin in Jenkins to
+stop working. Please see the "New 'Stream Events' global capability" section
+below.
+
+
Release Highlights
------------------
@@ -69,6 +78,10 @@
Stream Events capability] controls access to the `stream-events` ssh command.
+
Only administrators and users having this capability are allowed to use `stream-events`.
++
+If you are using the Gerrit Trigger Plugin in Jenkins, you must make sure that the
+'Non-Interactive Users' group, or whichever group the Jenkins user belongs to, is
+given the 'Stream Events' capability.
* Allow opening new changes on existing commits.
+