It was stage-release, and with this change it
will be similar to other jobs.
Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: I4c458979ec696c7d368bf410dabaa43ee7abb2f7
server-name: "{gerrit-server-name}"
trigger-on:
- comment-added-contains-event:
- comment-contains-value: '^Patch Set\s+\d+:\s+stage-release\s*$'
+ comment-contains-value: '^Patch Set\s+\d+:\s+run-sonar\s*$'
projects:
- project-compare-type: "ANT"
project-pattern: "{project}"
--- /dev/null
+---
+fixes:
+ - Changed the trigger to run sonar from stage-release to run-sonar.
+ This makes it more concistent with the other parts.