Build Management Plugins → Jenkins Plugin → Creating a Jenkins Submit Job Step
This step submits a Jenkins job using the parameters provided. This job can run in synchronous (waiting for job result) or asynchronous mode.
Required properties:
Property Name | Description |
---|---|
Job name |
Specify the name of the job to run. |
Server Url | Specify the URL where Jenkins is installed. For example: http://host:8080/jenkins |
Optional properties:
Property Name | Description |
---|---|
Parameters | Specify a new-line-separated list of job
parameters in the following format:
name=value |
File Parameters | Specify a new-line-separated list of files
to use as job parameters. Use the following format:
parameterName=C:/filePath.txt |
Username | Specify the user name that has rights to run the job. |
Password | Specify the password. |
Wait for result | Select if the step should wait for the job results. Default value: Selected |
Waiting timeout | Specify the time in seconds that the step will wait for a job completion message before failing. Empty or negative values mean infinite waiting. |
Copyright © 2013–2017 Serena Software, Inc. All rights reserved.