NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

Add Pipeline Variables endpoint #652

Closed capripot closed 1 year ago

capripot commented 1 year ago
Gitlab.pipeline_variables(12, 3)
# => [#<Gitlab::ObjectifiedHash:70126709383040 {hash: {"variable_type"=>"env_var", "key"=>"FOO", "value"=>"bar"}}]

https://docs.gitlab.com/ee/api/pipelines.html#get-variables-of-a-pipeline

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.