This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TestsToRunConverter not showing up converted tests

Hello All,

I am trying to integrate ALM Octane with Jenkins, and it is working fine static mvn command. Now I would like to pass the tests dynamically using testsToRun and testsToRunConverted parameters.

When I run from ALM Octane, I can see Octane passed my test to Jenkins in testsToRun but Jenkins console shows testsToRunConverted as empty after converting it. So, this will cause issues if I replace my maven command with this parameter.

TestsToRunConverterBuilder : suiteId : 14002
TestsToRunConverterBuilder : suiteRunId : 14007
TestsToRunConverterBuilder : executionId : 1002
TestsToRunConverterBuilder : testsToRun found with value : v1:||Online Store - Registration|runId=14008
TestsToRunConverterBuilder : checkout directory : ${workspace}
TestsToRunConverterBuilder : Selected framework = cucumber_jvm
TestsToRunConverterBuilder : Found #tests : 1
TestsToRunConverterBuilder : Set to parameter : testsToRunConverted = 
TestsToRunConverterBuilder : ********************* Convertion is done *********************

Anyone faced issues like this or any help would be appreciated.

Thanks,
Shan