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

Seems jenkins changed a bunch of links #42

Open
pmoosh opened this issue Apr 21, 2016 · 2 comments
Open

Seems jenkins changed a bunch of links #42

pmoosh opened this issue Apr 21, 2016 · 2 comments

Comments

@pmoosh
Copy link

pmoosh commented Apr 21, 2016

And maybe a few more ...

I guess this all due to Jenkins 2.0 being released. Looks like there is a lot more changes...

Was probably intermittent - and the old links work again ....

@kevinharvey
Copy link

Relatedly, I'm getting the following error trying to install on a fresh Ubuntu 14.04 Vagrant box:

TASK [flyapen.jenkins : Get Jenkins updates] ***********************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "failed": true, "msg": "SSL Certificate does not belong to updates.jenkins.io.  Make sure the url has a certificate that belongs to it or use validate_certs=False (insecure)"}

I can get past this by adding validate_certs=no to the get_url task on line 18 of tasks/cli.yml:

- name: Get Jenkins updates
  get_url: url=https://updates.jenkins-ci.org/update-center.json dest={{ jenkins.updates_dest }} thirsty=yes mode=0440 timeout=30 validate_certs=no
  register: jenkins_updates

I can do a PR for the change, but that doesn't seem like the right fix, as that cert ought to validate.

Let me know if I should open up a different issue for this.

@clarete
Copy link
Contributor

clarete commented May 18, 2016

Nah, Jenkins people kept the URLs around, that's not the problem. Here's what's going on: ansible/ansible#11579

Just upgrade to a python version newer than 2.7.8 and it will just work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants