A new optional setting (PUBLISH_WIKI) is added to control whether model metrics are pushed to the project wiki after scheduled runs. This feature is being deprecated and defaults to off, since the metrics are already available as downloadable job artifacts and MR comments — making the wiki copy redundant for most projects. Executed notebooks (out*.ipynb) are now saved as pipeline artifacts so teams can download and inspect them directly. However, to avoid storing sensitive data (like dataframe previews or account-level information) indefinitely in pipeline history, a cleanup step is added that strips all non-error outputs from those notebooks before saving — keeping only error tracebacks, which are the main reason someone would want the file in the first place.