Skip to content

add "params" option to "ci-pipeline-status"

Boosai requested to merge Boosai/check_gitlab:add_url_params into master

This allows to specify any additional url parameters to the API request.

E.g. to check only pipelines of branch main, use --params 'ref=main'.

Merge request reports