6Jenkins2 post-processing script.
8@note: Post-processing build jobs on Jenkins2 using PyXMake.
11----------------------------------------------------------------------------------------------
19 - garb_ma [DLR-FA,STM Braunschweig]
20----------------------------------------------------------------------------------------------
38 sys.path.insert(0,os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
39 if "PyCODAC" in os.path.abspath(__file__): sys.path.insert(0,os.path.join(str(os.path.abspath(__file__)).split(
"PyCODAC")[0],
"PyCODAC",
"Plugin"))
45 Main function to execute the script.
48 print(
"==================================")
49 print(
"Attempting to kill unattended processes...")
50 print(
"==================================")
52 Utility.ProcessWalk(os.getenv(
'stm_process',
''))
55 print(
"==================================")
57 print(
"==================================")
59if __name__ ==
"__main__":