Skip to content

Implement saving config content for pipelines

Furkan Ayhan requested to merge 38242-persisting-pipeline-config_content into master

What does this MR do?

Besides .gitlab-ci.yml file, there are other factors that affect pipeline creation. So we need to store the content of its configuration.

This MR implements storing content of pipeline creation config in DB.

Storing this info was discussed as directly into ci_pipelines table, then it was decided to have this in a separate table.

ref: #38242 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mayra Cabrera

Merge request reports