Module: api/createJob

Creates a job in Jenkins.
Parameters:
Name Type Description
auth JenkinsAuth The authentication object to pass
jobArgs Object Object that holds the job arguments.
Properties
Name Type Description
repository string Git repository url
branch string Branch to use
callback module:api/createJob.createJobCallback Callback to call
Source:

Type Definitions

createJobCallback(error, data)

Parameters:
Name Type Description
error * Error, or null if no error
data Object
Source: