gitlab icon indicating copy to clipboard operation
gitlab copied to clipboard

Add Pipeline Variables endpoint

Open capripot opened this issue 3 years ago • 0 comments

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

capripot avatar Sep 17 '22 02:09 capripot