1a0e8c8d69
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
10 lines
261 B
XML
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>
|