Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
How to read/pass environment variable into ParasoftSOA Test via Jenkins?
How to read/pass environment variable into ParasoftSOA Test via Jenkins ?
Tagged:
0
Comments
-
Hi AB1
you should be able to read environment variable in SOAtest by using special notation in SOAtest:env_var:(Variable_Name)
example: ${env_var:HOME}
Outputs the value of the environmental variable specified after the colon.0 -
On Jenkins side, use EnvInject
0