system-config/modules/jenkins_jobs/templates/builder_pep8.xml.erb

4 lines
105 B
Plaintext

<hudson.tasks.Shell>
<command>tox -v -epep8 | tee pep8.txt</command>
</hudson.tasks.Shell>