Method: Gitlab::Client::Jobs#pipeline_bridges
- Defined in:
- lib/gitlab/client/jobs.rb
permalink #pipeline_bridges(project_id, pipeline_id, options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Gets a list of Bridge Jobs from a pipeline
50 51 52 |
# File 'lib/gitlab/client/jobs.rb', line 50 def pipeline_bridges(project_id, pipeline_id, = {}) get("/projects/#{url_encode project_id}/pipelines/#{pipeline_id}/bridges", query: ) end |