b400742224
Change-Id: Ie21699d43ff6331ae93cc83d8f9751ac683b43fa
12 lines
369 B
XML
12 lines
369 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<jenkins.plugins.shiningpanda.builders.PythonBuilder>
|
|
<pythonName>System-CPython-2.7</pythonName>
|
|
<nature>python</nature>
|
|
<command>setup.py build</command>
|
|
<ignoreExitCode>false</ignoreExitCode>
|
|
</jenkins.plugins.shiningpanda.builders.PythonBuilder>
|
|
</builders>
|
|
</project>
|