Ranorex Tool With jenkins integration error

Ranorex Studio, Spy, Recorder, and Driver.
amitgupta
Posts: 54
Joined: Sun Mar 28, 2021 7:58 pm

Ranorex Tool With jenkins integration error

Post by amitgupta » Tue Apr 13, 2021 8:35 pm

Dear Team,

When i try to integrate Ranorex Tool With jenkins.I am getting below attached console output error after running build .I have given proper git repository path in jenkins build setting.

Could any team help me on this?


Thanks
Amit
You do not have the required permissions to view the files attached to this post.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Ranorex Tool With jenkins integration error

Post by odklizec » Tue Apr 13, 2021 9:48 pm

Hi,

I'm afraid, there is not enough information to resolve this issue. In my opinion, you have wrong path somewhere in Jenkins job config. Coud you please share job config? We need to see GIT and MS build section. Thanks.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

amitgupta
Posts: 54
Joined: Sun Mar 28, 2021 7:58 pm

Re: Ranorex Tool With jenkins integration error

Post by amitgupta » Thu Jun 03, 2021 11:28 am

odklizec wrote:
Tue Apr 13, 2021 9:48 pm
Hi,

I'm afraid, there is not enough information to resolve this issue. In my opinion, you have wrong path somewhere in Jenkins job config. Coud you please share job config? We need to see GIT and MS build section. Thanks.
Dear Team ,

Right now i am getting nuget package error while integrating ranorex with jenkins .Could you please look into this ?

I went thought webinar and official site but still researching and looking help from our best community

Error :-
> C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
> C:\Program Files\Git\bin\git.exe checkout -f 85bff02444d106b6a78e053a3eac515d65689f7d
Commit message: "PRACTICE to add account file"
> C:\Program Files\Git\bin\git.exe rev-list --no-walk 85bff02444d106b6a78e053a3eac515d65689f7d # timeout=10
[RanorexSampleProject] $ cmd /c call C:\Users\ankitt\AppData\Local\Temp\18\jenkins1521135422323192804.bat

C:\Jenkins\workspace\RanorexSampleProject>nuget restore src\Ranorex\Ranorex.sln
'nuget' is not recognized as an internal or external command,
operable program or batch file.

C:\Jenkins\workspace\RanorexSampleProject>exit 9009
Build step 'Execute Windows batch command' marked build as failure
Finished: FAILURE

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Ranorex Tool With jenkins integration error

Post by odklizec » Thu Jun 03, 2021 12:34 pm

Hi,

Do you have Ranorex installed on the target machine? If not, please install it there. This should install all required runtimes and libs.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

amitgupta
Posts: 54
Joined: Sun Mar 28, 2021 7:58 pm

Re: Ranorex Tool With jenkins integration error

Post by amitgupta » Fri Jun 18, 2021 10:03 pm

odklizec wrote:
Thu Jun 03, 2021 12:34 pm
Hi,

Do you have Ranorex installed on the target machine? If not, please install it there. This should install all required runtimes and libs.
I just wanted to know if we don't have ranorex installation on target server/remote machine then we can not use jenkins integration with ranorex

apart from this , how can we create Nuget consuming project and also have best Nuget Npm package and nuget config file for any existing ranorex project.