In Jenkins what permissions are required for anonymous users to be able to start a job by a web hook?

StackOverflow https://stackoverflow.com/questions/10078605

  •  30-05-2021
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top