system-config/modules/jenkins_jobs/templates/builder_pep8.xml.erb
Monty Taylor e9e261571e Use slave_scripts rather than script text.
Change-Id: Ie67c216df66b905233d6f93f3568eab046e88b39
2012-04-01 20:40:50 -07:00

4 lines
105 B
Plaintext

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