You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
My action is successfully connecting to the Jenkins but it fails to start build of a job.
When I visit the link that it tries to start build it says
However, if I press the 'proceed' manually it can start the build of a job. Any idea about automating this?
Thank you.
Edit:
The error that we are getting is: requests.exceptions.ConnectionError: HTTPConnectionPool(host='', port=8080): Max retries exceeded with url: /job/***/build (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcbf2ff49e8>: Failed to establish a new connection: [Errno 110] Connection timed out'))
Edit (2):
I guess this thread is related with this issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Greetings.
My action is successfully connecting to the Jenkins but it fails to start build of a job.
When I visit the link that it tries to start build it says
However, if I press the 'proceed' manually it can start the build of a job. Any idea about automating this?
Thank you.
Edit:
The error that we are getting is:
requests.exceptions.ConnectionError: HTTPConnectionPool(host='', port=8080): Max retries exceeded with url: /job/***/build (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcbf2ff49e8>: Failed to establish a new connection: [Errno 110] Connection timed out'))
Edit (2):
I guess this thread is related with this issue.
The text was updated successfully, but these errors were encountered: