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

Jenkins package not available on Ubuntu 14.04 #3

Open
JJClements opened this issue Feb 23, 2016 · 2 comments
Open

Jenkins package not available on Ubuntu 14.04 #3

JJClements opened this issue Feb 23, 2016 · 2 comments

Comments

@JJClements
Copy link

As per attributes/jenkins.rb, this cookbook attempts to use a jenkins package version of '1.642-1.1' through the following attribute:

default['jenkins']['master']['version']

The underlying cookbook, jenkins, specifies a URL of http://pkg.jenkins-ci.org/debian/ for the debian family in it's own attributes/master.rb, however visiting the above URL shows that there is not a package that matches the version specified as the default value of the attribute - '1.642-1.1'. This cookbook fails to converge for me on Ubuntu 14.04 unless the above attribute is manually overridden to a value that matches a package version at the above URL.

@JJClements
Copy link
Author

It's probably worth pointing out that the following URL appears to be valid for stable releases:
http://pkg.jenkins-ci.org/debian-stable

It also appears that the repo only ever has the latest version of the package available, so fixing the version (using default['jenkins']['master']['version']) will stop this cookbook from converging the next time a new server is spun up as the older version will not be available.

@pietervogelaar
Copy link
Owner

Would you provide a pull request?

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

2 participants