I want to use the environnement variables provided by jenkins (like Build_Id
) as part of my robot script.
For eg:
user = "abc" + Build_Id
This is so that I can match my variable/value to a particular build.
Is there a way to use the env variables inside a Robot script?