module Gitlab::Client::Jobs

def job_play(project_id, job_id)

Returns:
  • (Array) -

Parameters:
  • the (Integer) -- id of the job
  • The (Integer, String) -- ID or name of a project.
def job_play(project_id, job_id)
  post("/projects/#{url_encode project_id}/jobs/#{job_id}/play")
end