When you enable "This project is parameterized" option and provide Password Parameter for example with name PASS and default value Pass$$ dollar sign get escaped by Jenkins to Pass$.
When you enable "This project is parameterized" option and provide Password Parameter for example with name PASS and default value Pass$$ dollar sign get escaped by Jenkins to Pass$.
This is the output, it is missing the second $ sign. I haven't found other escaped symbols . Jenkins versionjenkins-2.138.4 {code:java} + echo 'Pass$' twoPass$ + echo 'Pass$' twoPass$ {code}
When you enable "This project is parameterized" option and provide Password Parameter for example with name PASS and default value Pass$$ dollar sign get escaped by Jenkins to Pass$.
This is the output, it is missing the second $ sign. I haven't found other escaped symbols . Jenkins version jenkins-2.138.4 {code:java} + echo 'Pass$'