This is my password: "ASD123$567"

This doesn't work

withCredentials([usernamePassword(credentialsId: 'creds',
    usernameVariable: 'myuser', passwordVariable: 'mypass')]) {
    sh "some command --username ${svnuser} --password ${mypass}"
}


What i see in the output is mypass is not obfuscated and most importantly 
it looks like its getting cut off after the "$" so its only showing ASD123

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/16bfd2b1-ad71-4326-ac3c-7693b9c71331%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to