jenkins-job-builder/tests/builders/fixtures/tox001.xml
Denis Laxalde 1a0e8c8d69 Add support for "tox" builder
This builder uses the ShiningPanda plugin. It is implemented as a
"tox" builder independent of the "shining-panda" one since the latter
defines "common" arguments (such as `nature` or `command`) that do not
apply to this tox builder.

Change-Id: Ia78cf6cf5c4b5807562032fc9936e589877564df
2015-12-12 19:40:21 +00:00

10 lines
261 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<jenkins.plugins.shiningpanda.builders.ToxBuilder>
<toxIni>tox.ini</toxIni>
<recreate>true</recreate>
</jenkins.plugins.shiningpanda.builders.ToxBuilder>
</builders>
</project>