DEV Community

Cover image for Sparrow plugin to run gitlab pipelines programmatically
Alexey Melezhik
Alexey Melezhik

Posted on

Sparrow plugin to run gitlab pipelines programmatically

Meet sparrow plugin gitlab-run-pipeline to run gitlab pipelines through Raku API.

task-run "pipe-run", "gitlab-run-pipeline", %(
  debug => True,
  project => 1001,
  gitlab_api => "https://git.company.com/api/v4/",
  variables => %(
    color => "green",
    size => "big",
    use_salt => True
  )
);
Enter fullscreen mode Exit fullscreen mode

Top comments (0)