voxpupuli / puppet-jenkins_job_builder

Puppet module to install OpenStack jenkins_job_builder
https://forge.puppet.com/puppet/jenkins_job_builder
MIT License
7 stars 27 forks source link

Jenkins git_url HTTPS error #43

Open cdenneen opened 8 years ago

cdenneen commented 8 years ago

Currently the default parameters are:

  $git_url          = 'https://git.openstack.org/openstack-infra/jenkins-job-builder'

But when run it complains:

==> jenkins2: Error: Could not get latest version: HTTP-Error: 403 Must access using HTTPS instead of HTTP
==> jenkins2: Error: /Stage[main]/Jenkins_job_builder::Install/Package[jenkins-job-builder]/ensure: change from 1.6.1 to latest failed: Could not get latest version: HTTP-Error: 403 Must access using HTTPS instead of HTTP
cdenneen commented 8 years ago

So this isn't a git issue... its a pip issue it seems since that's the default installer. If I change to use git this works fine... but is still bug for pip