maven - jelly checkbox not persisting in the UI -
i have jelly checkbox in in jenkins plugin :
<f:optionalblock name="sendfcmpayload" help="/plugin/artifactory/help/common/help-sendfcmpayload.html" inline="true" checked="${instance.sendfcmpayload}" title="send details of build fcm"> </f:optionalblock>
i reference value in end , value received correct in accordance select in ui, problem every time save job configuration, checkbox value in ui doesn't persist.
ive kept optional block empty based on being checked or not send boolean value in backend.
Comments
Post a Comment