<?xml version="1.0" encoding="utf-8"?>
<param xmlns="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1"
	xmlns:xhtml="http://www.w3.org/1999/xhtml"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	name="ignore_stderr" required="false" DefaultValue="false" DataType="java.lang.Boolean">
	<note>
		<p>
			This job checks if any output to stderr has been created by a command that is being executed on the SSH server and reports this as an error.
			<br />
			<br />
			Should the value <em>true</em> be specified for this parameter, then output to stderr will not be reported as an error by the Job.
		</p>
	</note>
</param>