jenkins.Build

Description unavailable

Type hierarchy: jenkins.Build > xlrelease.PythonScript > xlrelease.BasePythonScript > udm.BaseConfigurationItem
Label: Jenkins: Build

Properties

Property Kind Description
customScriptTask xlrelease.CustomScriptTask (parent) Custom Script Task
jenkinsServer jenkins.Server Jenkins server to connect to
username String Overrides the username used to connect to the server
password Password Overrides the password used to connect to the server
jobName String Name of the job to trigger; this job must be configured on the Jenkins server. If the job is located in one or more Jenkins folders, add a ‘job’ segment between each folder.
jobParameters String If the Jenkins job expects parameters, provide them here, one parameter per line (for example, paramName=paramValue)
buildNumber String Build number of the triggered job
buildStatus String Build status of the triggered job
location String Location header returned by jenkins

customScriptTask

Custom Script Task

jenkinsServer

Jenkins server to connect to

username

Overrides the username used to connect to the server

password

Overrides the password used to connect to the server

jobName

Name of the job to trigger; this job must be configured on the Jenkins server. If the job is located in one or more Jenkins folders, add a ‘job’ segment between each folder.

jobParameters

If the Jenkins job expects parameters, provide them here, one parameter per line (for example, paramName=paramValue)

buildNumber

Build number of the triggered job

buildStatus

Build status of the triggered job

location

Location header returned by jenkins

Hidden properties

Property Kind Description
configurationUri String URI of the HTML file to render the task for custom script tasks
maxOutputPropertySize Integer Maximum size of output property values of type string. Default value is 32768
iconClass String Icon Class
outputVarHelpText String Output Var Help Text
taskColor String Task Color
preconditionEnabled Boolean Indicates whether preconditions should be enabled
failureHandlerEnabled Boolean Indicates whether failure handler should be enabled
scriptLocation String Script Location
iconLocation String Icon Location

configurationUri

URI of the HTML file to render the task for custom script tasks

maxOutputPropertySize

Maximum size of output property values of type string. Default value is 32768

iconClass

Icon Class

outputVarHelpText

Output Var Help Text

taskColor

Task Color

preconditionEnabled

Indicates whether preconditions should be enabled

failureHandlerEnabled

Indicates whether failure handler should be enabled

scriptLocation

Script Location

iconLocation

Icon Location