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/4cf7eefd-c45a-4be8-a1f5-f8a3ed701775%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
