Execution issue with KATALON linux

Hi,

I Need help. Im trying to execute my test in ubuntu Environment (Jenkins server) and having a hard time to make it work. I’ve uploaded the Katalon Linux(GUI) build into the server and try to execute using the command and below is the current error.

Reason:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/var/lib/jenkins/workspace/Testing%20-%20Tango%20-%20(KATALON)/Scripts/Tango%20Login/Script1540368625189.groovy: 16: unable to resolve class org.openqa.selenium.WebDriver
@ line 16, column 1.
import org.openqa.selenium.WebDriver as WebDriver
^

file:/var/lib/jenkins/workspace/Testing%20-%20Tango%20-%20(KATALON)/Scripts/Tango%20Login/Script1540368625189.groovy: 17: unable to resolve class org.openqa.selenium.Dimension
@ line 17, column 1.
import org.openqa.selenium.Dimension as Dimension
^

Make sure the jenkins user can execute Katalon Studio without any permission issue. One way to test it is to su jenkins and try running the project from the terminal.