Add option for custom buttons in rollout pages
under review
S
Stephen Reardon
in some cases it would be useful to click a button that re-triggers our gitlab or spinnaker release pipeline. being able to use tags as variables for example - https://gitlab.com/project/repo/pipelines/trigger/{{ tag.pipelineID }}
William Morgan
under review
Could the button simply send the user to a particular URL, which you wire through as an annotation? That could be a simple first step.
William Morgan
Definitely something in scope for Dive, and we've brainstormed various permutations of this in the past. Are you imagining this for a failed deploy? Under what conditions would "re-run this deploy" be the right thing to do? And, who should be able to trigger it?
S
Stephen Reardon
William Morgan: Yeah. For a failed deploy or something stuck in CrashLoopBackoff. it would be good to be able to kick-off a new CI/CD pipeline. Anyone with access to the deployment should be able to see the link that would open in a new tab. in our case if we had a button to trigger a gitlab pipeline. the user also needs to be logged into gitlab.