Skip to main content

ansible-lint to JUnit converter.

Project description

Build Status Total alerts Language grade: Python Maintainability

Ansible-lint-junit

The ansible-lint to JUnit converter.

Installation

via pip:

pip install ansible-lint-junit

Updating

via pip:

pip install ansible-lint-junit --upgrade

Usage:

  • You can run ansible-lint on your playbook(s) and redirect output to pipe
    ansible-lint playbook.yml -p --nocolor | ansible-lint-junit -o ansible-lint.xml
    
  • You can use a temporary file to store the output of ansible-lint. After that run ansible-lint-junit and pass generated file to it
    ansible-lint -p --nocolor your_fancy_playbook.yml > ansible-lint.txt
    ansible-lint-junit ansible-lint.txt -o ansible-lint.xml
    

Output

  • If there are any lint errors, full JUnit XML will be created.
  • If there are no errors, empty JUnit XML will be created, this is for i.e. Bamboo JUnit parser plugin compatibility.
    It will break build if XML is missing or incorrect, and there is really no way of generating XML with "PASSED" tests in case of linter.

License

The ansible-lint-junit project is distributed under the [MIT] license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ansible-lint-junit-0.17.8.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

ansible_lint_junit-0.17.8-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page