codecentric/jenkins-deployment-dashboard-plugin

Make Link to WebApp clickable

Closed this issue · 0 comments

Currently we only display the IP address of the AWS instance.

Example: Link = 127.0.01

It would be nicer for the user to have a clickable link that will guide him directly to the deployed web app.
Idea: Allow configuration of url prefix and url postfix to create a fully clickable link to the web app

Example:

Prefix = http://
Postfix = /web-app/index.html
Resulting Link = http://127.0.0.1/web-app/index.html