Backstory:
We have an old Jenkins version that we inherited.
There was an issue when all of the plugins were updated to latest version accidently.
After reverting to a old backup of the plugins, there are many issues.
The issue that we need help with is that changes to some job files cannot be saved.
The console has the following errors when the job page is loaded;
- behavior.js:119 TypeError: Cannot read properties of undefined (reading ‘hasClassName’)
- hudson-behavior.js:49 TypeError: e.getAttribute is not a function
- behavior.js:119 TypeError: Cannot read properties of undefined (reading ‘next’)
- behavior.js:119TypeError: Cannot read properties of undefined (reading ‘hasClassName’)
- behavior.js:119TypeError: Cannot read properties of undefined (reading ‘makeInnerVisible’)
- behavior.js:119TypeError: Cannot read properties of undefined (reading ‘firstChild’)
This is related to plugins but I cannot determine what plugin is causing the issue and what version it needs to be updated to.
Screen shot reference: