Skip to content

refactor(jobs): remove PipelineJob

Rasmus Thomsen requested to merge ci into master

Due to the limitations of the Gitlab API we unfortunately can't use the PipelineJob here, since the Pipeline Hook is only triggered for the original project and not forks. As such, we'll have to poll the gitlab API and check if a MRs pipeline has changed state.

Merge request reports