See GitHub Releases
Release date: Sep. 27, 2019
- PR #35 Close
FileReader
resources when reading in script from disk (thanks @pault1337!)
Release date: Oct. 10, 2018
This release is available via the experimental update center: https://jenkins.io/doc/developer/publishing/releasing-experimental-updates/
- JENKINS-44242 Persistent cross-site scripting
- JENKINS-44243 Script management vulnerable to Cross-Site Request Forgery attacks
- JENKINS-44245 Scriptler Plugin allows any Scriptler script to be executed as build step
Release date: Oct. 28, 2015
- JENKINS-29332 disabled scritplerweb script catalog
- fix NPE when uploading a script PR #22
Release date: Feb 22, 2014
- fixed JENKINS-19988 Changes to script parameters in Run Script window affect permanent definitions
- integrated PR #17 Pass current build to SCRIPTLER token macro (thanks to Andreas Gudian)
- integrated PR #16 Add simple size-limited cache to avoid parsing of unchanged scripts (thanks to Andreas Gudian)
- integrated PR #15 JENKINS-14964 Allow running scripts using the REST API (thanks to Andreas Gudian)
Release date: May 19, 2013
- Implement JENKINS-17708 Expose scriptler scripts via token macro token
Release date: May 5, 2013
- fix JENKINS-16047 Scriptler plugin does not show Error/Exceptions anymore
- fix JENKINS-17259 don't fail if parameters can't be expanded
- integrate pull request #13 Expose build, launcher, listener to groovy scripts when run on the master node
- fix some image/icon references
Release date: Nov 20, 2012
- fix dependency to git-server plugin - this is a mandatory depedendency now
Release date: Nov 7, 2012
- implement JENKINS-15276 Store Groovy Scripts into a local VCS
- implement JENKINS-13468 Would like to create/use a central "catalog" . . .
- Scriptler now understands the format for shared scripts also when first time pushed via git into Scriptler (Format description: https://github.com/jenkinsci/jenkins-scripts/tree/master/scriptler#scriptler-scripts )
- now depends on the Git Server Plugin
Release date: Oct 11, 2012
- fix issue when Jenkins is running with a different root context - details of scripts could not be opened
Release date: Aug 31, 2012
Release date: June 24, 2012
- Pull #8 / JENKINS-13979 allow build step to fail build by using boolean return values
- allow to propagate job parameters into builder execution
Release date: April 27, 2012
- JENKINS-13518 Wrong JSON syntax
Release date: Mar. 9, 2012
- add a builder, to enable scheduling of scripts
- add Japanese localization (thanks to ikikko!)
- fix JENKINS-10839 support HTML output
Release date: Feb. 21, 2012
- fix JENKINS-12748 - Scriptler remote catalog breaks when script name contains certain characters
- fix JENKINS-12750 - Scriptler 2.0 breaks cc.xml-View for Anonymous User
Release date: Jan. 29, 2012
- integrate pull #2: allow users with permission "RunScripts" to run scripts in scriptler (thanks to lvotypko)
- integrate pull #5: add 'all' and 'all slaves' to the options where to run the script (thanks to eciramella)
- intergate pull #1: ensure links open in new windows (thanks to bap2000)
- enable script sharing with github: https://github.com/jenkinsci/jenkins-scripts (2. catalog)
- enable passing parameters to scripts
- make it configurable whether users with "RunScript" permission can change a script before execution
Release date: April 16, 2011
- fix JENKINS-9302 - allow to disable remote script download functionality
- fix JENKINS-9130 - Add a dynamic parser to colorize and indent groovy textareas
Release date: Oct. 11, 2010
- enable script sharing with http://scriptlerweb.appspot.com
Release date: Sep 15, 2010
- fix JENKINS-7424
- Inital (with suport for a static catalog)