Skip to content
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

Role can fail on just one failed attempt to download repo, repo key, or specific Jenkins install #274

Open
CloudSurgeon opened this issue Oct 25, 2019 · 4 comments · May be fixed by #279
Open
Labels

Comments

@CloudSurgeon
Copy link

Since all three of these mechanisms are pulling from external urls, a result->until-> retries pattern should be used. (the jenkins site was giving me fits today).

delphix-tcw-centos7-kitchen_sink: TASK [geerlingguy.jenkins : Ensure Jenkins repo is installed.] ***************** delphix-tcw-centos7-kitchen_sink: changed: [default] delphix-tcw-centos7-kitchen_sink: delphix-tcw-centos7-kitchen_sink: TASK [geerlingguy.jenkins : Add Jenkins repo GPG key.] ************************* delphix-tcw-centos7-kitchen_sink: fatal: [default]: FAILED! => {"changed": false, "msg": "failed to fetch key at https://pkg.jenkins.io/redhat/jenkins.io.key , error was: Request failed: <urlopen error timed out>"} delphix-tcw-centos7-kitchen_sink: delphix-tcw-centos7-kitchen_sink: PLAY RECAP ********************************************************************* delphix-tcw-centos7-kitchen_sink: default

This was referenced Oct 25, 2019
@geerlingguy
Copy link
Owner

Good idea; I have also run into this error plenty of times, as the Jenkins servers are notoriously flaky...

@CloudSurgeon
Copy link
Author

Awaiting #279

@stale
Copy link

stale bot commented Jun 4, 2020

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Jun 4, 2020
@stale
Copy link

stale bot commented Jun 7, 2020

This issue is no longer marked for closure.

@stale stale bot removed the stale label Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants