Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: config-file-provider-plugin
-
Labels:
-
Environment:Jenkins ver. 2.32.1
Config File Provider Plugin v2.15.5
-
Similar Issues:
Description
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
Attachments
Issue Links
- is blocked by
-
JENKINS-46874 new default view in a job folder deletes all config files
-
- Resolved
-
- is related to
-
JENKINS-46874 new default view in a job folder deletes all config files
-
- Resolved
-
- links to
Dominik Bartholdi 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?