Skip to content

Seed www-gitlab-com for easy pipeline triggering

Zeger-Jan van de Weg requested to merge zj-seed-www-gitlab-com into master

This will seed www-gitlab-com when you dev:setup, given the project has a multiple staged pipeline for master, this makes it easier to trigger that.

After an edit in the WebUI:

project = Project.find_by(name: 'www-gitlab-com')
project.pipelines.last.builds.each { |b| b.success } 

Now this is a few extra steps of copy pasting the .gitlab-ci.yml etc

Merge request reports