pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

GitHub checks details link to cats

Open lbernick opened this issue 2 years ago • 3 comments

Screenshot 2022-11-23 at 3 41 43 PM

When clicking on the links in this picture, it redirects to https://giphy.com/search/random-cats 🐱 I'm using the IP address of an ingress I set up on GKE, so this might be what happens when PAC cannot resolve a route url.

lbernick avatar Nov 23 '22 20:11 lbernick

You need to configure it and set the url of the dashboard as documented here: https://pipelinesascode.com/docs/install/kubernetes/#tekton-dashboard-integration

(i'd love to be able to auto discover this but I am not sure if there is any standardize way to be able to do this)

chmouel avatar Nov 23 '22 22:11 chmouel

Would it be possible to instead display some message explaining that the dashboard needs to be set up?

lbernick avatar Nov 29 '22 14:11 lbernick

yes that would be perhaps better, there is some call in Github checks API expecting a real URL (which we could set to tekton.cd or something) but for the task breakdown we can just avoid showing a link and show a message otherwise....

chmouel avatar Nov 29 '22 15:11 chmouel