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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: