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