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

Pin the Jenkins version to the last pre-systemd version. #790

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Pin the Jenkins version to the last compatible version.
This cookbook expects the package install of Jenkins to install with
sysvinit style init scripts and configures jenkins with that assumption.

Jenkins packages after 2.335 (weekly) and 2.332.1 (LTS) and on use
systemd service units to manage the Jenkins service [1].

This cookbook has not yet been made compatible with these versions.

This pull request is something of a straw man to get CI turning over
again so I can start working on a new cookbook version that supports the
current Jenkins packages.

[1]: https://www.jenkins.io/blog/2022/03/25/systemd-migration/
nuclearsandwich authored and ramereth committed Dec 25, 2022
commit 14ea266c3b452a3545b2f16455a732a62a265934
3 changes: 2 additions & 1 deletion attributes/master.rb
Original file line number Diff line number Diff line change
@@ -39,7 +39,8 @@
# package version (from the yum or apt repo), or the version of the war
# file to download from the Jenkins mirror.
#
master['version'] = nil
# The current default is the last version of Jenkins which uses sysvinit scripts instead of systemd units.
master['version'] = 2.319.3

#
# The "channel" to use, default is stable