Skip to content

ansible-tower-0.16.0

Latest
Compare
Choose a tag to compare
@john-westcott-iv john-westcott-iv released this 15 Jun 13:14
· 2 commits to master since this release

Behavior modification:

We have modified the way logs are retrieved from Ansible Tower. Previously this was a simple true/false checkbox. This is now a dropdown with the following items:

  • Do not import
  • Import Truncated Logs
  • Import Full Logs
  • Process Variables Only

The first two items correspond to the old false and true values respectively.
The way Jenkins was importing the logs from Tower correlated to how Tower displayed the logs (with a ... on a large log message). The third value Import Full Logs will import and display the log message without the ... appended. This is needed if you are using purpose driven logging with a large variable value. Additionally, we've added another option Process Variables Only which will scrape the logs from Tower looking for variables but will not add the logs from Tower into the Jenkins log. This pulls information as if it were doing Import Full Logs.