Upon Jenkins plugin upgrade - git package is missing
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:
William Gryzbowski April 28, 2021 at 12:52 PM
PRs will be welcome. We have no resources to handle this.
Terry Sposato January 25, 2020 at 8:55 AM
I did another upgrade recently and tried to see what was happening and saw the below:
root@freenas:~ # ps auxw | grep -E 'jenkins|pkg'
root 98242 5.8 0.3 54788 48448 - DJ 19:51 0:01.25 pkg delete -a -f -y
818 261 0.0 12.3 6021552 2047816 - IJ 13Dec19 52:00.49 /usr/local/openjdk8/bin/java -DJENKINS_HOME=/usr/local/jenkins -jar /usr/local/share/jenkins/jenkins.wa
root 98241 0.0 0.0 13828 5844 - IJ 19:51 0:00.01 pkg delete -a -f -y
I'm guessing to fix which we should really only be deleting the jenkins packages specifically and not others? Considering git or other packages at a minimum are required to make this plugin function...
Not to be Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created December 12, 2019 at 2:04 PM
Updated July 1, 2022 at 4:47 PM
Resolved April 28, 2021 at 12:52 PM
I'm assuming this is similar across all plugins, I need to install git for my jenkins to work and it seems I need to reinstall it after every plugin upgrade.
I am using pkg install git to install - is there a 'proper' way of doing this? Will plugin upgrades always wipe custom things done on the underlying jail itself?