b400742224
Change-Id: Ie21699d43ff6331ae93cc83d8f9751ac683b43fa
14 lines
404 B
XML
14 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<jenkins.plugins.shiningpanda.builders.CustomPythonBuilder>
|
|
<home>/usr/local/lib/custom-python-27</home>
|
|
<nature>xshell</nature>
|
|
<command>cd $HOME/build
|
|
python setup.py build
|
|
</command>
|
|
<ignoreExitCode>true</ignoreExitCode>
|
|
</jenkins.plugins.shiningpanda.builders.CustomPythonBuilder>
|
|
</builders>
|
|
</project>
|