show values for pipeline parameters somewhere in IU: worflow page, on Pipelines page etc
O
O Kulychok
We can customize jobs and/or workflows based on pipeleine parameters BUT I cannot see none of those parameters in UI and cannot understand what particular job should do: compile? compile+deploy? compile+test? compile+test+deploy? deploy to instance #1? #2? #3? all of above? And add category "User Interface" to "Ideas"
CCI-I-1616
Branden Hamilton
This feature would greatly improve build auditability, i.e. knowing for each triggered build, what parameter values were used. Similarly it would assist in debugging.
I was expecting to find something similar to how Jenkins does this: https://plugins.jenkins.io/show-build-parameters/
Andrea Censi
Yes. It would also be used to expose them via the API.
V
Vinny Thanh
I agree having a nicer, summarized view of all the pipeline parameters would be a useful feature.
But in the interim, you should be able to view what the value of your parameters resolved to by going to a workflow or job details page -> top right ellipses -> Configuration File -> Compiled. We show the original source configuration you committed as well as what the processing "compiles" or resolves to.
J
Joseph Evasco
Vinny Thanh: How about for pipeline parameters like << pipeline.trigger_source >>? this compiled version does not show those values