TC environment parameters with % in the text
I have a password that has a percentage in the text string ex."Te%stPasswod", which is getting set to an environment var %env.my_pass%. my TC build step is to call my powershell script and pass script argument like -Password %env.my_pass%.
I've tried:
-Password "%env.my_pass%"
-Password (%env.my_pass%)
Neither work.
Please sign in to leave a comment.
Hello,
Could you please provide more details on your case? What or who sets the environment var %env.my_pass% and when?