I have build jobs created in Jenkins and I want to publish the Job results to a HipChat room. I'm using HipChat plugin. The issue here is that I am able to save my credentials in Jenkins Global credentials but I don't see any credentials listed for HipChat notification. I get to see the same credentials for SCM Checkout but not in HipChat notifier.
FYI, I went through the stack overflow link: GITHub plugin Jenkins credentials but it was not that much useful for me.
Please, if someone has a workaround or if you can see if I'm doing something wrong, let me know.
I could not find solution to the credential issue I faced but found another way for what I need. Instead of the HipChat plugin, I used HipChat notifier plugin from Github link, created a access token for chatroom and used the access token in HipChat notifier. It did exactly what I need.