Skip to content

Latest commit

 

History

History
204 lines (145 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

204 lines (145 loc) · 6.14 KB

CHANGELOG

Newer releases

See GitHub Releases

3.1

Release date: Sep. 27, 2019

  • PR #35 Close FileReader resources when reading in script from disk (thanks @pault1337!)

3.0-alpha

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

2.9

Release date: Oct. 28, 2015

2.7

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)

2.6.1

Release date: May 19, 2013

  • Implement JENKINS-17708 Expose scriptler scripts via token macro token

2.6

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

2.5.1

Release date: Nov 20, 2012

  • fix dependency to git-server plugin - this is a mandatory depedendency now

2.5

Release date: Nov 7, 2012

2.4.1

Release date: Oct 11, 2012

  • fix issue when Jenkins is running with a different root context - details of scripts could not be opened

2.4

Release date: Aug 31, 2012

2.3

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

2.2.1

Release date: April 27, 2012

2.2

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

2.1

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

2.0

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

1.5

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

1.4

Release date: Oct. 11, 2010

1.2

Release date: Sep 15, 2010

1.0

  • Inital (with suport for a static catalog)