Class: A3Build

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/a3_build.rb

Class Method Summary collapse

Class Method Details

.build_with_parameters(branch_name, int) ⇒ Object



8
9
10
11
# File 'lib/a3_build.rb', line 8

def self.build_with_parameters(branch_name, int)
  options = {BRANCH: branch_name, DEPLOY_TO: int}
  post('/job/a3/buildWithParameters', query: options)
end