-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Loading Jenkins jobs failed #24
Comments
@frbimo Thank you for the issue. Could you please provide some details (versions, etc.) about urllib3?
I'm reproducing it, but meanwhile, be free not to use virtualenv which provides very limited values in case of Ubuntu 22.04 because most of the dependencies are installed by python packages (and the other deps don't exist as Ubuntu package). |
Hi @collivier thanks for the response. pip show urllib3 |
@frbimo It passed successfully here That seems to be because you installed via pip a newer version of urllib3 which asks for an update of jenkins job builder. Could you please remove the pip package and force reinstall of the distrib one if present (note: the playbook would install it if missing but wouldn't reinstall it if pip removed the system files) ? Debian unstable proposes urllib3 2.2.3 but I'm checking how much they patch jenkins-job-builder |
Description
I tried example in https://github.com/collivier/ansible-role-xtesting?tab=readme-ov-file#deploy-your-xtesting-cicd-toolchain-jenkins but failed.
Output
Steps
Expected output
ansible steps should be finished normally with no failed/error
Env
The text was updated successfully, but these errors were encountered: