Run a Jenkins job
Runs a job in Jenkins.
Fork and customize
Integrations
Configuration
Input parameters
- Name: job_name
- Description: Jenkins job name
- Type: STRING
- Name: parameters
- Description: Array of Jenkins build parameters. Items in the array should have structure {"name": param_name, "value": param_value}
- Type: ARRAY
- Name: delay
- Description: Delay (in seconds) between status checks
- Type: INTEGER
- Name: max_status_checks
- Description: Maximum number of status checks to do before moving on
- Type: INTEGER