Show before_script and after_script inheritance in "View merged YAML" view
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
It is possible to configure before_script and after_script as part of a job or as part of the default section of a CI/CD file.
These two scripts can then be re-used by other jobs in the file, either by not overriding them (when used with default) or by extending the job via extends.
By using the View Merged YAML tab on the CI/CD -> Editor page, we are currently able to see the aggregated result of all the include: and extends: clauses of the current CI/CD file, but the before_script and after_script rules are not being shown for the inheriting jobs.
This may make troubleshooting difficult as users may not be able to quickly identify what part of a script is causing a failure without intentionally looking for any before/after script.