i think the test cases are executed in the console instead of physically executing in the browser but jenkins is unable to locate the elements on the page to perform the action. here are the jenkin console logs:
2019-09-12 12:14:14.765 DEBUG testcase.TC01_Open homePage - 2: navigateToUrl(“XXXX”)
2019-09-12 12:14:15.306 INFO c.k.katalon.core.main.TestCaseExecutor - END CALL Test Cases/Open Home Page/TC01
2019-09-12 12:14:15.306 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2019-09-12 12:14:15.312 DEBUG testcase.TC02_Verifying UI - 2: verifyElementPresent(findTestObject(“Home Page/Log Out”), 0)
Test Suites/TS_Open home- Chrome - 20190912_121409…0/2(0%)
Test Suites/TS_Open home - Chrome - 20190912_121409…0/2(0%)
2019-09-12 12:14:46.413 INFO c.k.k.c.webui.common.WebUiCommonHelper - Unable to find the element located by ‘By.xpath: //div[@id=‘xxxx’]/header/div[3]/ul/li[4]/a/span’. Please recheck the objects properties to make sure the desired element is located.