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
|
|||||||||
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: