With continuous delivery enabled, new releases are available in Github Releases page or Jenkins plugin page. This document is to document previous releases.
178.v4b_3a_9f214ea_2 (2026-02-13)
- Test with Java 25
- Migrate tests to JUnit5
- Automate dependency updates
- Ban JUnit 4 imports
- Bump org.jenkins-ci.plugins:plugin from 5.28 to 5.2102.v5f5fe09fccf1
- Require 2.504.3 as minimum Jenkins version
- Migrate Commons Lang from 2 to 3
Version 2.3 (2025-02-17)
Version 2.2 (2024-11-19)
Version 2.1 (2023-09-05)
- Upgrade HtmlUnit from 2.x to 3.x
- Support building on Java 21
- JENKINS-71515 Make codemirror-config a valid JSON
- Change from groovy to charp in codemirror configuration
Version 2.0 (2023-01-06)
Version 1.8 (2022-12-23)
Version 1.7 (2021-10-25)
Version 1.6 (2021-09-20)
- fixed serialization issue that occurs in some scenarios, fixes JENKINS-65613 After upgrading to powershell-plugin 1.5 enabling/disabling projects causes an error
Version 1.5 (2021-05-04)
Version 1.4 (2019-12-04)
- Support for Linux PowerShell
- Add $ErrorActionPreference = "Stop" to the top of each script before executing (JENKINS-36002)
- Required Jenkins version: 2.138.4
- Added codemirror mode text/x-csharp for command syntax highlighting
- Support -NoProfile via checkbox
Version 1.3 (2015-09-18)
- PowerShell now runs in Non-Interactive mode to prevent interactive prompts from hanging the build
- PowerShell now runs with ExecutionPolicy set to "Bypass" to avoid execution policy issues
- Scripts now exit with $LastExitCode, causing non-zero exit codes to mark a build as failed
- Added help and list of available environment variables (including English and French translations)
Version 1.2 (2009-08-05)
- Fixed a quotation problem.
Version 1.1 (2009-07-01)
- Fixed a bug in the launch of PowerShell
- Initial version