Pull the output from the Tower job into Jenkins.
If you are running a workflow, this option will show the steps the workflow is taking and their results (successful, failed, etc).
Options are:
- (false) "Do not import". No logs will be pulled in. (old checkbox disabled)
- (true) Import Truncated Logs. Import logs like they are displayed in Tower. Long lines will have ... at the end (old checkbox enabled)
- (full) Import Full Logs. Import the full string of the logs, no ... at the end.
- (vars) Process Variables Only. This will import the logs and parse them for variables but will not display the Tower logs in the Jenkins build log.
If you are planning on pulling in variables and may have large values in them you may want to consider using full or vars.