DEV Community

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

Posted on

3 1

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)

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay