env variables

master
SLW\ARNAUA 2023-06-01 15:40:54 +02:00
parent 99ce055261
commit 4ab48102f8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from glob import glob
def setEnv(env, time, path, dashboard):
# os.environ[env + "_ENV_URL"] = getJenkinsEnvironmentVariable()
print(str(os.environ.get(env + "_ENV_URL")))
print(str(os.getenv(env + "_ENV_URL")))
# os.environ['DYNATRACE_ENV_URL'] = str(os.environ.get(env + "_ENV_URL"))