Skip to content

Output the url to the MR found by auto loading

Jonas Larsen requested to merge add_auto_loader_output into main

This MR adds debug output from the auto loading step that can be used to solve #12.

The output and the whole auto loading code can we removed when the above issue has been implemented.

The output can be extracted from the pipeline log file.

My plan is to use the output from the daily deploy as a todo list and over some days or maybe a week add the introduced_by_url to the definitions.

I didn’t want to do it locally because it takes so long to generate a list of even 100 values and the daily script is running anyway so we might as well get it from there.

Edited by Jonas Larsen

Merge request reports