We released today a new version of the ShiningPanda plugin for Jenkins. For those who don't know this plugin yet, it is probably the easiest way to setup your Python projects with Jenkins. But let's have a look at the new features:
A new Nature field
This field is now available on the following builders:
- Virtualenv Builder,
- Python Builder,
- Custom Python Builder.
It determines how the Command contents is executed:
- Shell: execute the Command contents with /bin/sh on Unix and cmd.exe on Windows,
- XShell: convert the Command contents to match the platform and execute the result ...