Execute Katalon Studio Tests : Jenkins run

Hi,

I have set up a Jenkins pipeline to execute Test suites/cases developed using KSE.

Execution is all fine and even tests pass, but at the end after pushing all reports to TestOps Jenkins throwing JavaNullPointerException.

I’m using KSE 8.0.0 version.

> [2021-05-28T01:58:55.998] End release license task
> [2021-05-28T01:58:55.998] All launchers terminated
> [2021-05-28T01:58:56.610] Retrieve Katalon Studio version: , OS: linux
> [2021-05-28T01:58:56.631] Number of releases: 381
> [2021-05-28T01:58:56.632] java.lang.NullPointerException
> 	at com.katalon.utils.KatalonDownloadUtils.getKatalonPackage(KatalonDownloadUtils.java:39)
> 	at com.katalon.utils.KatalonUtils.executeKatalon(KatalonUtils.java:99)
> 	at com.katalon.jenkins.plugin.helper.ExecuteKatalonStudioHelper$1.call(ExecuteKatalonStudioHelper.java:44)
> 	at com.katalon.jenkins.plugin.helper.ExecuteKatalonStudioHelper$1.call(ExecuteKatalonStudioHelper.java:30)
> 	at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
> 	at com.katalon.jenkins.plugin.helper.ExecuteKatalonStudioHelper.executeKatalon(ExecuteKatalonStudioHelper.java:30)
> 	at com.katalon.jenkins.plugin.ExecuteKatalonStudioTask.doPerform(ExecuteKatalonStudioTask.java:105)
> 	at com.katalon.jenkins.plugin.ExecuteKatalonStudioTask.perform(ExecuteKatalonStudioTask.java:91)
> 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
> 	at hudson.model.Build$BuildExecution.build(Build.java:206)
> 	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
> 	at hudson.model.Run.execute(Run.java:1880)
> 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> 	at hudson.model.ResourceController.execute(ResourceController.java:97)
> 	at hudson.model.Executor.run(Executor.java:428)
> 
> Build step 'Execute Katalon Studio Tests' marked build as failure

Am I missing any configuration file or is it bug?

Is there any number that KRE can run only that many times?

@dm_beginner
Hi, we rollback v8.0.0 due to an internal issue. Please try v8.0.1 instead.

Thank you for the quick response. I don’t see the error on v8.0.1.