See GitHub Releases
Release Date: (Jun 01, 2018)
- PR
#18 -
Mask Passwords Console Log filter can be now applied to all Run
types
- It should allow filtering Pipeline jobs once JENKINS-45693 is implemented
- Update minimal core requirement to 1.625.3
Release Date: (Mar 13, 2018)
Release Date: (Apr 11, 2017)
- Prevent NullPointerException when loading configurations from the disk (JENKINS-43504)
Release Date: (Apr 08, 2017)
- Rework the Parameter Definition processing engine, improve the reliability of Sensitive parameter discovery
- Fix a number of issues with parameter masking reported to the plugin. Full list will be published later
Release Date: (30/11/2016)
- Add option to mask output strings by a regular expression, also with a global setting (PR #6)
- Properly invoke flush/close operations for the logger in MaskPasswordOutputStream (PR #8)
- Fix issues reported by FindBugs
- Update to the new Parent POM
Release Date: (18/10/2015)
- Implement SimpleBuildWrapper in order to support Workflow project type (JENKINS-27392)
Release Date: (29/07/2015)
- Password parameters were insensitive
- "Mask passwords" build wrapper was generating insensitive environment variables
Fixed issues (to be investigated and updated):
- Masking of global password parameters in EnvInject (JENKINS-25821)
- Masked Passwords are shown as input parameters in Build pipeline plugin (JENKINS-16516)
Release Date: (29/04/2015)
- Fixed JENKINS-12161: EnvInject vars could have been not masked because of plugins loading order
- Fixed JENKINS-14687: password exposed unencrypted in HTML source
Release Date: (12/07/2011)
- Fixed JENKINS-11934: Once a job config was submitted, new/updated global passwords were not masked
- Implemented JENKINS-11924: Improved global passwords-related labels
Release Date: (10/27/2011)
- Fixed
JENKINS-11514:
When migrating from an older version of the plugin,
NullPointerException
s were preventing the jobs using Mask Passwords to load - Fixed JENKINS-11515: Mask Passwords global config was not actually saved when no global passwords were defined
Release Date: (10/20/2011)
- Implemented JENKINS-11399: It is now possible to define name/password pairs in Jenkins' main configuration screen (Manage Jenkins > Configure System)
Release Date: (05/26/2011)
- Fixed a bug which was emptying the console output if there was no password to actually mask
Release Date: (04/29/2011)
- Added a new type of build parameter: Non-Stored Password Parameter
- Blank passwords are no more masked, avoiding overcrowding the console with stars
Release Date: (03/11/2011)
- New configuration screen (in Manage Jenkins > Configure System) allowing to select which build parameters have to be masked (Password Parameter are selected by default)
- Fixed a bug which was preventing to mask passwords containing regular expressions' meta-characters or escape sequences
Release Date: (02/23/2011)
- Builds' Password Parameters are now automatically masked.
Release Date: (09/01/2010)
- Initial release