I have created a gitlab pipeline which get used to build and test the package. I am passing some parameters as an input. This Pipeline has been triggered atleast 200 times a day.
If any issue occurs and I want to check the input parameters of any particular pipeline then I have to open any stage of that pipeline and check the Trigger variables.
Is it possible to display those variable on Pipelines page?
Below is the image where I want to display Trigger Variables.