Create BBM to backfill job environment records
Problem
Environments::Job
records are now created for new jobs that use the environment
keyword, and this table is now the source of truth for persisted environment options. However, old jobs that ran prior to this change still fetch their data from the metadata.
Proposal
Create a BBM to create Environments::Job
records for historical jobs, using existing Ci::BuildMetadata
records.
Implementation
Backfill job environments (!201868).
Edited by Tiger Watson