Error when building Test Suite on Jenkins

Hi guys,

Currently I am using ver 6.3.0. I have seen that later versions require that one has to be on the relevant payment plan for CI integrations to work.

Is there a possibility for a resolution of the below without purchasing the payment plan?

I’m getting the following error when trying to build the project on Jenkins

17:03:09 [2021-04-21T17:03:09.638] Reason:
17:03:09 [2021-04-21T17:03:09.638] 2021-04-21 17:03:09.607 INFO c.k.katalon.core.main.TestSuiteExecutor

  • --------------------org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:

file:/C:/Program%20Files%20(x86)/Jenkins/workspace/UI%20Test%20Bot/API/Scripts/GET%20Tokens/Script1618322473604.groovy: 15:
unable to resolve class com.kms.katalon.core.windows.keyword.WindowsBuiltinKeywords

Just remove the line 15th in this file: UI Test Bot/API/Scripts/GET Tokens/Script1618322473604.groovy

import com.kms.katalon.core.windows.keyword.WindowsBuiltinKeywords as WebUI

Hi @duyluong

That was my initial attempt at fixing before posting a thread here.
I had removed the line from the script/s and committed change however the error persists on Jenkins