diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index b40c7a11a7e..9ce75daeaef 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -1355,6 +1355,10 @@ def runLLMTestlistOnPlatformImpl(pipeline, platform, testList, config=VANILLA_CO chmod 600 ~/.ssh/authorized_keys """ + // Write env variables to a file + sh 'env | sort | sed -E \'s/^([^=]+)=(.*)$/export \\1="\\2"/\' > debug_env.sh' + sh "cat debug_env.sh" + // The portConfig file is in the VM def portConfigFilePath = "/root/.ssh/ports_config.txt"