Submit and vote on feature ideas.

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?

AB1
AB1 Posts: 2

How to read/pass environment variable into ParasoftSOA Test via Jenkins ?

Comments

  • Ireneusz Szmigiel
    Ireneusz Szmigiel Posts: 227 ✭✭✭

    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.

  • benken_parasoft
    benken_parasoft Posts: 1,228 ✭✭✭

    On Jenkins side, use EnvInject