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
I running percy on my jenkins and getting error but getting, Failed to establish a connection with http://localhost:3999/percy/healthcheck
This is the log from my Jenkins
percy exec -- percy health-check [percy] created build #59: https://percy.io/x/xxxxx/builds/xxxxxx [percy] percy has started. [percy] Failed to establish a connection with http://localhost:5338/percy/healthcheck [percy] stopping percy... [percy] waiting for 0 snapshots to complete... [percy] done. [percy] finalized build #59: https://percy.io/x/xxxxx/builds/xxxxxx
I am using this version.
@percy/agent/0.4.9 linux-x64 node-v10.12.0
Curl command works, so port 5338 is available.
percy exec -- curl localhost:5338 [percy] created build #61: https://percy.io/x/xxxxx/builds/xxxxxx [percy] percy has started. <!DOCTYPE html> <html lang="en"> .... </html> [percy] stopping percy... [percy] waiting for 0 snapshots to complete... [percy] done. [percy] finalized build #61: https://percy.io/x/xxxxx/builds/xxxxxx
Could you give me some advise?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I running percy on my jenkins and getting error but getting,
Failed to establish a connection with http://localhost:3999/percy/healthcheck
This is the log from my Jenkins
I am using this version.
Curl command works, so port 5338 is available.
Could you give me some advise?
The text was updated successfully, but these errors were encountered: