KocproZ / jenkins-discord

A post-build plugin that sends the build status to a Discord channel.
MIT License
39 stars 36 forks source link

[Resolved] Any way to alter the URL pushed to Discord Webhook? #26

Closed CyberSecGuy closed 6 years ago

CyberSecGuy commented 6 years ago

My jenkins is running internally on my LAN behind a proxy server that allows external access, however the Discord webhook sends my internal IP address as the domain for the artifacts, is there any way I can alter the URL displayed to reflect my web proxy?

https://i.imgur.com/glhD3Pk.png

Otherwise, I'll assume this is done via hostname? Or maybe something on the jenkins side.

KocproZ commented 6 years ago

You can set the jenkins location URL (that everything in jenkins uses) when you go from the main page to Manage Jenkins -> Configure System -> Jenkins location

CyberSecGuy commented 6 years ago

Thanks!