Method: LabClient::ProjectMethods#pipeline_retry
- Defined in:
- lib/labclient/projects/methods.rb
#pipeline_retry(pipeline_id) ⇒ Object
209 210 211 |
# File 'lib/labclient/projects/methods.rb', line 209 def pipeline_retry(pipeline_id) client.pipelines.retry(id, pipeline_id) end |