We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: