i have bit bucket pipeline always fails when connection to my local Jenkins runner
i have dockercompose file and has 2 container jenkins and jenkins runner jobs
and has bitbucket pipline as below
i need sample of the XXXX values
i got this errors
HTTP/11" 200 None
INFO: None
INFO: Submitting jenkins job...
DEBUG: Starting new HTTP connection (1): 172.18.0.3:8080
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 196, in _new_conn
sock = connection.create_connection(
File "/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
the docker compose uses the default network
Hi @islam
That error message implies an issue with the connection. For whatever reason, your local machine is rejecting the websocket connection from Pipelines.
To troubleshoot this further - we need access to your workspace so we can view the build logs/YML config and build history in detail, along with the runner logs. To do so, our system requires a formal support ticket. As you're a member of a paid workspace, we'll need you to please raise a ticket accordingly:
If you have issues raising a ticket - please let me know your timezone and we can raise one on your behalf.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.