2

We have a Jenkins installation that uses the OpenID plugin to authenticate our company users. The problem we have is that our source control (Kiln/Mercurial) pushes notifications to Jenkins either anonymously or via username/password. As all users use OpenID I cannot use username/password. So with that being said what is the minimum set of permissions for an anonymous user to be able to kick of a job build in Jenkins?

benstpierre
  • 32,833
  • 51
  • 177
  • 288

1 Answers1

2

If you use matrix-based security (or project-based matrix), the user needs to have the "build" column in the "job" group ticked.

Lars Kotthoff
  • 107,425
  • 16
  • 204
  • 204