Python Jenkins API list_credentails function issue

Hi Team,
server.list_credentails(foldername,domain=‘’")
i am using default global credentials. i dont know what to pass on foldername.
can anyone please suggest?
server.list_credentails(foldername,domain=‘’
")

Hello @Neetu and welcome to this community :wave:

Could you please give us a link to the documentation you’re using?
I searched in the Python Jenkins documentation and did not find the method you’re using.

Thanks.

@poddingue Thanks a lot! I was checking from python help. the folder_name, not sure what needs to passed as i am using default global credentials.

Have you tried an empty string? Jenkins root is kinda a folder itself.

What have you tried, and what didn’t work about it?