Full name:
org.kuali.maven.plugins:jenkins-maven-plugin:1.0.2:getjob
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
classname | String | - | The classname for Jenkins CLI Default value is: hudson.cli.CLI. |
cmd | String | - | The command issued to Jenkins CLI Default value is: get-job. |
server | String | - | The Jenkins instance to connect to. Default value is: ${project.ciManagement.url}. |
stopOnError | boolean | - | If set to true, the build will fail the first time it encounters an
issue. When false, mojo's that issue multiple requests, will
proceed through their list of requests and then fail at the end if
an issue was encountered along the way. Default value is: false. |
timestampFormat | String | - | The format for timestamp displays Default value is: yyyy-MM-dd HH:mm:ss z. |
workingDir | File | - | The working directory for the plugin Default value is: ${project.build.directory}/jenkins. |
Name | Type | Since | Description |
---|---|---|---|
name | String | - | The name of the job to retrieve XML for |
type | String | - | The type of job. This is combined with artifactId and majorVersion
to produce a fully qualified job name. eg
"jenkins-maven-plugin-1.0-publish" Default value is: publish. |
cmd:
name:
type: