From 4f036978f96cd5b87d8f460f82bc4419f6bdc694 Mon Sep 17 00:00:00 2001 From: Emilian Bogdan Date: Mon, 16 Mar 2026 15:46:31 +0200 Subject: [PATCH] Testing jenkins automatic jobs Testing to see if jenkins picks up a new PR to run the automatic jobs --- coriolis/osmorphing/osmount/windows.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coriolis/osmorphing/osmount/windows.py b/coriolis/osmorphing/osmount/windows.py index 66375e6e..cd5cc55d 100644 --- a/coriolis/osmorphing/osmount/windows.py +++ b/coriolis/osmorphing/osmount/windows.py @@ -31,6 +31,7 @@ def get_connection(self): return self._conn def check_os(self): + # Test change try: version_info = self._conn.exec_ps_command( "(get-ciminstance Win32_OperatingSystem).Caption")