diff --git a/contrib/intel/jenkins/tests.py b/contrib/intel/jenkins/tests.py index 6a2a8210d8d..688bf99f200 100755 --- a/contrib/intel/jenkins/tests.py +++ b/contrib/intel/jenkins/tests.py @@ -1029,7 +1029,8 @@ def set_paths(self, core_prov): @property def cmd(self): - return "python3.6 launch.py " + return f"env; echo {common.cloudbees_log_start_string}; "\ + "python3.6 launch.py " def remote_launch_cmd(self, testname):