Future releases can be found here
- Fixes Pipeline compatibility
- Fixed links to regex pattern documentation
- Use codemirror for the description field
- JENKINS-10139 Fix for regex containing back slashes
- If an invalid value is passed to the build, the build will be aborted and an error message will display in console indicating the parameter and failing value
- Migrated code to jenkins and performed release
- JENKINS-7794 validation check doesn't work if Jenkins is hosted with a context root
- JENKINS-6158 Build will fail if invalid parameter is passed
- JENKINS-6160 Jenkins will record regex used to validate the build parameter as part of build configuration and display as tooltip on the parameter page.
- Used the javascript function encodeURIComponent to properly handle characters within the user entered values for regex and validation error message. (Issue 4334)
- Supported the release plugins as well as any other plugin that uses build parameters
- Initial Version