Module: MoodeAutoDeployKit::RemoteJob

Includes:
Remote
Defined in:
lib/moode_auto_deploy_kit/remote_job.rb

Instance Method Summary collapse

Methods included from Remote

#base_options, #remote_server, #repository_name

Instance Method Details

#create_jobObject



7
8
9
10
# File 'lib/moode_auto_deploy_kit/remote_job.rb', line 7

def create_job
  response = HTTParty.post(create_job_url, create_job_options)
  puts response.body, response.code, response.message
end