local build discard settings is not overriding global build discard settings(Default) need help for the same.
If value of local build discard is less than global build discard it is working as expected but it is not working if value of local build discard is higher than global build discard.
global build discard setting is not being overridden by pipeline discard setting, if value > default setting.
- set default settings to 10
- set local setting to 15 (log rotation)
- run more than 5 builds
- refresh page
- you see that any builds over 10 are discarded
- expectation is build count should have 15 builds