I was wondering if it is possible to restrict the credentials of a user to only allow to perform REST API calls (ideally selected ones).
I would like to restrict the user created for Jenkins purposes on to be able to:
- trigger the build (using POST commit hook),
- update the build status (using Build Status API)
Thanks.