We are using the Bitbucket Oauth plugin. I'd like to do the bitbucket related work of a job using the access token of the logged on user who invoked the job. Is that possible? I see that the plugin is getting the access token and storing it but I don't know if its possible to make use of that token in a job with that plugin.
If I had the access token I would for example use it to invoke a bitbucket pipelines job on behalf of the logged on user.
Thanks
dan