See GitHub Releases
- fix JENKINS-45399 View selected scripts doesn't show correct script
- fix JENKINS-42888 Missing argument labels when adding managed script as build step
- update to latest Config File Provider Plugin (1.5) and therefore now supports CloudBees Folders Plugin
- the update of the config file provider plugin causes the configuration to be migrated to a new format and therefore a rollback to the former version will not be supported!
add support for custom script ids to ease reuse of scripts with pipeline integration of config-file-provider-plugin
add support for tokenizing of shell script arguments; allows decomposing the given value of each argument into multiple arguments by splitting via whitespace.
add support for PowerShell PR #5
integrate PR #4 set codemirror mode based on shebang line (thanks to domruf) integrate PR #3 correct spelling mistake (thanks to stevehollaar)
integrate pull #2: show script argument labels (thanks to Ann Campbell)
fix JENKINS-18004 add support for TokenMacros
fix JENKINS-15995 form submission from within Conditional BuildStep Plugin
fix issue when Jenkins is running with a different root context - details of scripts could not be opened
New Feature JENKINS-12365: Add support for managed .bat scripts for Windows
FIX JENKINS-12387 "Can't open build_step_template" breaking sporadically FIX JENKINS-12375 managed scripts not found running jobs on several nodes at the same time (parallel) FIX JENKINS-12346 when jenkins is running with a prefix managed-scripts.js loads from / instead of /prefix on the project configure page FIX JENKINS-12283 Remove "build_step_template..." files from workspace after these were
Fix JENKINS-12260 - wrong workspace determination
initial