Hi All,
Hi Everyone,
I recently upgraded my Jenkins setup to version 2.528.2 using Helm. After the upgrade, the Jenkins pods initially went into a CrashLoopBackOff state. I was able to fix that issue, and now the pods are up and stable.
Inside the Jenkins pods, I can see all my existing directories and job configurations under $JENKINS_HOME. However, in the Jenkins UI, I am only able to see the folders/directories, and the jobs inside those folders are missing.
Additionally, the new Jenkins UI prompts me to update the plugins to the latest versions. When I attempt to update the plugins, the Jenkins pod again goes into CrashLoopBackOff.
I have verified that the EKS version is 1.30, which should be supported by Jenkins 2.528.2, so this does not appear to be a Kubernetes compatibility issue.
Has anyone faced a similar issue after upgrading Jenkins? Any guidance on resolving the missing jobs and safely updating plugins without crashing Jenkins would be greatly appreciated.
Thank you in advance.