Full name:
de.smartics.ci:hudson-maven-plugin:0.2.4:checkStatusJobs
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
addScmElementWithFullContent | boolean | 1.0 | Control whether the scm element is to be added to the generated Job config.xml with full content. The scm is an element in addition to the SCM configuration as an entry in the same document. In some documents the element is expected to be stated redundantly. Some configurations allow to reference the SCM information of an entry element with an XPath expression. Adding an element with that expression is not controllable with this flag. Default value is: false. |
ciConfigurationFile | File | 1.0 | The path to the configuration file for CI. Defaults to ${basedir}/src/etc/ci/ci-config.xml. Default value is: ${basedir}/src/etc/ci/ci-config.xml. |
ciServerId | String | 1.0 | The name of the server configuration in the settings.xml that provides credentials to access the Hudson server. Only used if no server matches the POM's ciManagement/url and ciManagement/system. Default value is: hudson. |
hudsonConfigSourceLocations | String[] | 1.0 | The path to the project local configuration files for CI. If ${basedir}/src/etc/ci exists, it is automatically added. |
hudsonTargetLocation | File | 1.0 | The path to the destination folder to write the Hudson configurations to. Defaults to ${project.build.directory}/hudson. Default value is: ${project.build.directory}/hudson. |
jobConfigFile | String | 1.0 | Use this file as is and do not use the ci-config mechanism. |
jobName | String | 1.0 | Use this name as the job name and do not use the ci-config mechanism. |
removeCascadingChildrenNamesElement | boolean | 1.0 | Controls the removal of the cascadingChildrenNames element from the job configuration. The element is added by Hudson if the config.xml is retrieved. The presence of the element rejects the configuration from being pushed on the server. Default value is: true. |
removeCascadingJobPropertiesElement | boolean | 1.0 | Controls the removal of the cascading-job-properties element from the job configuration. The element is added by Hudson if the config.xml is retrieved. The presence of the element rejects the configuration from being pushed on the server. Default value is: true. |
verbose | String | 1.0 | Defines the verboseness of the output.
Default value is: NORMAL. |
xmlQueryString | String | 1.0 | The xmlQueryString to use for the xml api. Default value is: tree=jobs[name]&xpath=hudson/job[name="${jobName}"]/name/text(). |
In some documents the element is expected to be stated redundantly. Some configurations allow to reference the SCM information of an entry element with an XPath expression. Adding an element with that expression is not controllable with this flag.
removeCascadingChildrenNamesElement:
The element is added by Hudson if the config.xml is retrieved. The presence of the element rejects the configuration from being pushed on the server.
removeCascadingJobPropertiesElement:
The element is added by Hudson if the config.xml is retrieved. The presence of the element rejects the configuration from being pushed on the server.