Hello everybody,
I know that I am not the first to post this but coming from a Java backgroud using mostly Maven I am used to manage my build configuration with Maven profiles.
At the moment I am envolved in more and more projects with Oracle DBs where we use a Docker image and SQLcl inside the GitLab pipeline jobs als typical Oracle database tool to deploy datasbase artifacts such as tables, proceedures and APEX apps. Some other devs in our team made more use of GitLab Ci Pipeline variable to control what to build where.
Now it is very anoyning not to know which variables set and their values were used to start the pipeline. Of cause you can echo the most important variables but there will be always missing some. It would be also nice to filter past pipeline run by variable name and their values as the same with.
Where can I request such a feature or place such a feature request?
Cheers,
Marian