Jenkins has released a new point release 2.375.3 to their LTS addressing four issues and I have encountered two of them (WMI Windows agent dependency and link to last breadcrumb in the console view). https://www.jenkins.io/changelog-stable/
We are currently running 2.375.2.
Upgrade scheduled for Monday 27th 9:00 UTC
For the upgrades:
releases Jenkins
Upgrade the Jenkins package (sudo apt install jenkins)- Merge the removal of the Windows Agent plugin https://gitlab.wikimedia.org/repos/releng/jenkins-deploy/-/merge_requests/17
- rm /var/lib/jenkins/plugins/windows-slave.jpi
- ./deploy.sh
Then verify the windows-slave.jpi is indeed gone.
contint Jenkins
- Upgrade the Jenkins package (sudo apt install jenkins)
- rm /var/lib/jenkins/plugins/windows-slave.jpi or remove it via the Web UI.
I would like to do it on Monday Feb 27th or Tuesday Feb 28th at 9am UTC (10am CET) which is after the MediaWiki backport & config window.