chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
16 stars 8 forks source link

(maint) Updates Versions of Packages and Plugins #248

Closed JPRuskin closed 2 weeks ago

JPRuskin commented 2 weeks ago

Description Of Changes

Updates the Chocolatey package versions where they are defined, and the Jenkins plugins to match the latest version of Jenkins.

Motivation and Context

Stuff is outdated.

Testing

$env:CHOCO_QSG_BRANCH = 248
irm https://ch0.co/qsg-go | iex
.\Start-C4bSetup.ps1 -Unattend -DatabaseCredential ([PSCredential]::new('chocouser',(ConvertTo-SecureString -String "$(New-Guid)" -AsPlainText -Force)))
.\Start-C4bVerification.ps1 $env:ComputerName

Operating Systems Testing

Change Types Made

Change Checklist