Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 16, 2021 06:00 pm GMT

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  ));

Original Link: https://dev.to/melezhik/sparrow-plugin-to-run-gitlab-pipelines-programmatically-5113

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To