You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I am integrating testcomplete scripts with bamboo. In the default job I have created a script with cmd.exe as interpreter. I have provided the inline script location and the script body as
"C:\Progra~2\SmartBear\TestComplete14\x64\Bin\SessionCreator.exe" RunTest /UserName:bitbvm-win10-12\test.user /password:TestComplete /UA /ProjectPath:"C:\Users\test.user\Documents\TestComplete14Projects\AutoDiscovery\AutoDiscovery.pjs" "/p:AutoDiscoveryProject" "/t:Script|AutoDiscovery|Test_Autodiscovery"
I see the below error
error 06-Aug-2020 10:51:01 The system cannot find the path specified.
build 06-Aug-2020 10:51:01
build 06-Aug-2020 10:51:01 C:\Users\bitbadmin\bamboo-home\xml-data\build-dir\UA-AUT-JOB1>"C:\Progra~2\SmartBear\TestComplete14\x64\Bin\SessionCreator.exe" RunTest /UserName:bitbvm-win10-12\test.user /password:TestComplete /UA /ProjectPath:"C:\Users\test.user\Documents\TestComplete14Projects\AutoDiscovery\AutoDiscovery.pjs" "/p:AutoDiscoveryProject" "/t:Script|AutoDiscovery|Test_Autodiscovery"
simple 06-Aug-2020 10:51:01 Failing task since return code of [C:\Users\bitbadmin\bamboo-home\temp\UA-AUT-JOB1-11-ScriptBuildTask-952677134090114677.bat] was 1 while expected 0
when I run the same command in the command prompt its working.
Thanks,