Can't find 'Label Verified' permission in gerrit 2.7

mnowotka picture mnowotka · Nov 16, 2013 · Viewed 9.2k times · Source

I'm trying to configure Jenkins gerrit trigger following this instructions: https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger. One point says to grant 'Label verified' permission to Non-intractive users. The problem is, I don't see such a privilege...

'Add permission...' combo box has 'Label Code-review' permission but not 'Label verified'.

Was this permission removed/renamed from gerrit 2.7? Will this plugin work if I don't set it?

Answer

uncletall picture uncletall · Nov 17, 2013

Indeed the "Verified label" was removed. You need to add it to the project.config which is not as straight forward as it sounds. More info on how to add it to your project.config can be found in this blog post as I answered here before