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

Pipeline variables #678

Closed capripot closed 3 months ago

capripot commented 11 months 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

Reopening #652

github-actions[bot] commented 8 months 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.

NARKOZ commented 3 months ago

Sorry for the wait. Thank you ❤️