jeroenseegers / alfred-jenkins-workflow

A workflow for Alfred which show you Jenkins builds and their status/health
66 stars 9 forks source link

Support proxy #11

Open kjarnet opened 7 years ago

kjarnet commented 7 years ago

This workflow looks really awesome, but I can't get it to connect to my Jenkins instance, and I suspect it's because it's only available through an http proxy server. Edit: I found the real reason it's not working for me is it doesn't understand the format of the json when you use multibranch pipeline jobs, so I'm creating another issue for that. However, as I can't find a way to delete this issue, and I think the proxy support could probably be improved anyway, I'm leaving it here.

jeroenseegers commented 7 years ago

How would you like to see proxy support improved? Any pointers?

kjarnet commented 7 years ago

Sorry for not getting back to you earlier. It was just that I couldn't find anywhere to input proxy settings... But I see now that Alfred has a setting for "Use macOS http proxy settings for scripts", so I guess it shouldn't be necessary to input this for specific workflows. Haven't tested this, as I can't make the workflow work for other reasons. Makes me wonder why the github workflow has this though...