Method: LabClient::ProjectMethods#job_artifacts_latest

Defined in:
lib/labclient/projects/methods.rb

#job_artifacts_latest(branch_name, job_name, file_path = nil, job_token = nil) ⇒ Object



237
238
239
# File 'lib/labclient/projects/methods.rb', line 237

def job_artifacts_latest(branch_name, job_name, file_path = nil, job_token = nil)
  client.jobs.artifacts_latest(id, branch_name, job_name, file_path, job_token)
end