Yes it is. Description Jenkins allows you to add images.
You could use embed some time ago, but this was removed when XSS protection was added, but:
Assuming your diagrams are under build/pdepend/* , insert the following two lines into the description:
<img type="image/svg+xml" height="300" src="ws/build/pdepend/overview-pyramid.svg" width="500"></img> <img type="image/svg+xml" height="300" src="ws/build/pdepend/dependencies.svg" width="500"></img>
Using a relative path, you do not need to change the path if you rename the project or move the server.
edorian
source share