As I understand, the way to define variables in a jenkins job is to user environment variables injection (variables I define in the job and when i execute a build jenkins set them as windows environment variables).
Can it be a problem if i run 2 jobs at the same time that have the same variable names? wouldn't they override each other?