Forum Discussion

Christian_N_DK's avatar
Christian_N_DK
Contributor
7 years ago

Testcomplete or Testexecute or Any as test executor on Jenkins using JobDSL

Hi,

I am generating a lot of Jobs and test code using Job DSL for Jenkins. It is working fine as long as I explicit choose either TE or TC as executor. When trying to choose "Any", the job fails, due to missing executable.

 

This works:

  executorType('TE')

 

This works too:

  executorType('TC')

 

What is the correct for (Any)?

This does not work:

  executorType('Any')

 

Thanks

 

 

4 Replies