Method: Gitlab::Client::Pipelines#pipeline_variables
- Defined in:
- lib/gitlab/client/pipelines.rb
#pipeline_variables(project, id) ⇒ Array<Gitlab::ObjectifiedHash>
Gets a single pipeline’s variables.
54 55 56 |
# File 'lib/gitlab/client/pipelines.rb', line 54 def pipeline_variables(project, id) get("/projects/#{url_encode project}/pipelines/#{id}/variables") end |