* JENKINS-37027: 'View selected script option' in build configuration displays wrong scriptler script
* JENKINS-34988: this.binding.jenkinsProject not returning project of current build
* Upgraded build plug-ins
* Fixed Findbugs issues
* Upgraded parent in order to be able to release to Jenkins plug-in repositories
This issue is related to security, and will change the way your scripts are evaluated in Jenkins. Right now parameters can execute any kind of code, regardless of how dangerous that code can be.
With the script-security-plugin integration, some of these scripts can be sandboxed, allowing only approved scripts to be executed.
Jenkins infrastructure changed since the last release, and we had to update the pom, in order to be able to release new versions. This release includes a few issues that were fixed in the master branch, but not released. As well as the changes to the plug-in dependencies.
Remember to try this version on a testbed server before installing it in production.