Skip to content

Commit

Permalink
Only one macOS package installer, simplify the macOS pages (#7890)
Browse files Browse the repository at this point in the history
Homebrew is the only installer described on the page.  The page is
describing the macOS Installer for Jenkins, not multiple macOS Installers
for Jenkins.

Simplify the phrasing of the disclaimer.
  • Loading branch information
MarkEWaite authored Feb 17, 2025
1 parent 88e56de commit ee75238
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions content/_partials/osx-brew-installer.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

%h2
Homebrew Installer

%p
%a{:href => "https://formulae.brew.sh/formula/#{page.tag}"}
%img{:alt=>"homebrew", :src=>"https://img.shields.io/homebrew/v/#{page.tag}"}
Expand All @@ -14,7 +10,10 @@
Homebrew formula:
%a{:href => "https://formulae.brew.sh/formula/#{page.tag}"}
= "#{page.tag}"
This is a package supported by a third party which may be not as frequently updated as packages supported by the Jenkins project directly.

%p
This package is supported by a third party.
It may not be as frequently updated as packages directly supported by the Jenkins project.

Sample commands:
%ul
Expand Down
2 changes: 1 addition & 1 deletion content/download/lts/macos.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:layout: simplepage
:title: macOS Installers for Jenkins LTS
:title: macOS Installer for Jenkins LTS
---

= partial('osx-brew-installer.html.haml', :tag => 'jenkins-lts', :type => 'LTS')
2 changes: 1 addition & 1 deletion content/download/weekly/macos.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:layout: simplepage
:title: macOS Installers for Jenkins Weekly
:title: macOS Installer for Jenkins Weekly
---

= partial('osx-brew-installer.html.haml', :tag => 'jenkins', :type => 'Weekly')

0 comments on commit ee75238

Please sign in to comment.