Did you find a workaround this? Currently experiencing the same problem.
On Thursday, July 28, 2016 at 3:01:58 PM UTC+1, Francis Lalonde wrote: > > Looking at the code, it is not clear to me what the workaround would be - > Although somewhat experienced as a user, I am not knowledgeable about > Jenkins internals. Would this be global configuration or a system property? > > Also,because this is a managed, shared Jenkins installation for which I am > not the admin, I do not have access to most settings and would not request > a change that would lessen security globally. And using a self-built > modified Jenkins branch is also out of the question... :) > > On Thursday, July 28, 2016 at 4:42:38 AM UTC-4, Stephen Connolly wrote: >> >> Ooooh... I wonder if this is an unintended side-effect of Jesse's hack >> <https://github.com/jenkinsci/workflow-multibranch-plugin/blob/04d93559028b97172ece072ca315b6fb13324380/src/main/java/org/jenkinsci/plugins/workflow/multibranch/BranchJobProperty.java#L68>. >> >> You might be able to work around it if you enable the hidden by default >> credentials permissions >> <https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java#L126-L152> >> as >> likely the findCredentialsById >> <https://github.com/jenkinsci/credentials-plugin/blob/master/src/main/java/com/cloudbees/plugins/credentials/CredentialsProvider.java#L834-L907> >> >> method is just not seeing the permissions it requires >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/762d1020-428f-421a-8dc0-aecb6aa66c92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
