Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.59k stars 432 forks source link

Unable to run scheduled jobs on Katalon Testops - Error: spawn git ENOENT #1125

Open DivyaMadari17 opened 2 years ago

DivyaMadari17 commented 2 years ago

Hi Team,

I scheduled jobs on Katalon Testops - pointing to bitbucket repo. When I trigger the run, I am seeing the below issue,

2021-11-09T08:14:34.594Z] [ERROR]: Error: spawn git ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) { "task": { "commands": [ "clone", "--depth", "1", "--branch", "master", "https://************:**********@bitbucket.org/********/projectname", "D:\KatalonAgent\tmp\2021.11.09-13.44--31572-pgSQUfRZr37F-429539\projectname" ], "format": "utf-8" }

Any help is appreciated!