- Dependency to pipeline (aka. workflow) is optional (JENKINS-32589).
- Require Jenkins 1.609 or later
- Supports workflow
(JENKINS-26918)
- You can use
manager
in workflow scripts.
- You can use
- Added MIT License (JENKINS-21270)
- Improved the behavior with Template Project
Plugin
(JENKINS-21276)
- Prior versions disturbed the execution of Template Project Plugin when the build was failed (even if the groovy script succeeded).
- added getResult() as a whitelisted method (JENKINS-25738)
- You can access other plugins in groovy scripts (JENKINS-14154)
- Require Jenkins 1.509.4 or later
- Introduced Script Security
Plugin.
(JENKINS-15212)
- You need reconfigure your projects or approve scripts. Have a look at #Migration from 1.X
- Added
manager.buildIsA(klcass)
. (JENKINS-24694)
- added
envVars
andgetEnvVariable(key)
- JENKINS-21924 Support run for matrix parent
- change log level for each search from info to fine
- Require Jenkins version 1.466 or later
- JENKINS-13024 Error in log indicating a missing descriptor
- added clickable badge
- JENKINS-13024 Error in log indicating a missing descriptor
- JENKINS-9383 security - restrict access to internal objects
Can use now additional classpath for groovy postbuild scripts to have them in a central location. Scriptler Plugin?
- Remove a html tag from the config page which causes an error on IE 7 (JENKINS-10079)