I have a job using a Password Parameter type (This Build is Parameterized => Add Parameter => Password Parameter), that I reference in "Goals and Options" of a maven build.
This week I found the masked characters ("********") were getting passed through to the underlying java program that uses the password, instead of the intended, actual password (e.g. "password123@").
Has anyone else run into this?