Broken image in github
See original GitHub issueI have a simple build status link in my readme.md to our local Jenkins server. If I preview readme.md in a Markdown viewer in VS Code, it renders fine. I also have a link on a Confluence page, and that renders fine.
In GitHub however it fails to render, only showing a broken image.
The link is very simple, of this format…
[](http://jenkins-server:8080/blue/organizations/jenkins/our-project/activity?branch=master)
I have also tried with simple HTML ‘img’ tags, but doesn’t work.
If I put the image link direct into the browser it renders fine.
I should add that we’re using GitHub Enterprise, hosted on-premises but then it can see our Jenkins server, plus it works in our Confluence which is cloud hosted (i.e. the browser can see the Jenkins server so works fine).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:16
It looks like this plugin outputs the build status as HTML and not an image. This explains why image markdown isn’t working.
Any chance this plugin can be updated to output an image resource?
@slw07g Thanks for pointing this out! I was pulling my hair for quite a while… This solved my problem too!