{jenkins-plugin-info:pluginId=jython} |
Adds the ability to execute Jython script |
Note that as of version 1.4, the Jython script no longer executes within the Jenkins JVM process, but forks its own JVM. This is more consistent with how other plug-ins work, and ensures that in distributed deployments, the Jython script will execute in the node that a build is running on (instead of always running on the master).