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
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:
get_url: url=http://updates.jenkins.io/update-center.json
get_url: url=https://updates.jenkins.io/current/update-center.json
rpm_key:
key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
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 ....
The text was updated successfully, but these errors were encountered: