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.

 

0
1 comment
Avatar
Permanently deleted user

Hello,

 

Could you please provide more details on your case? What or who sets the environment var %env.my_pass% and when?

0

Please sign in to leave a comment.