Forum Discussion

msalvador's avatar
msalvador
Frequent Contributor
3 years ago

Running testcomplete in jenkins via CLI

Hy guys,

I try to run my testcomplete tests in jenkins freestyle project.

Tests are launched calling a bat file.

When i run the project with jenkins, is stucked, if I run my bat in cmd its work fine.

Any idea?

1 Reply

  • rraghvani's avatar
    rraghvani
    Icon for Champion Level 3 rankChampion Level 3

    In the Command, where you call your batch file. Try this,

    call C:\mobile\Testcomplete\executebdd.bat

    Ensure the Jenkins user has appropriate permissions.