-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins ver. 2.32.1
Config File Provider Plugin v2.15.5
On modifying folder configuration, all config file of the folder are removed.
Steps to reproduce:
- Create a new folder
- Add a new config file (config-file-provider-plugin)
- Rename the folder or change any other field
- Check config files, there is no file
I have checked the config.file on the file system, <configs class="sorted-set"> tag has no element after modifying configuration
- is blocked by
-
JENKINS-46874 new default view in a job folder deletes all config files
-
- Closed
-
- is related to
-
JENKINS-46874 new default view in a job folder deletes all config files
-
- Closed
-
- links to
imod It's not actually needed to change anything, just opening the configuration page and saving again, makes this happen.
This automated test reproduces the issue:
I think it's related with AbstractFolder because the properties are not being sent in the json after configuring.
I am not sure of why though. Maybe they are "invisible" properties?