error occuring during mvn release

3 views
Skip to first unread message

Mohammad Uddin

unread,
Mar 24, 2022, 8:26:46 AM3/24/22
to jenkin...@googlegroups.com
Hi All,

I am getting this error "The initial value of this parameter is ignored, and the parameter is overwritten here. This often indicates a mistaken belief that the write to the parameter will be conveyed back to the caller. "

please refer the below images, this occurred during maven release:prepare, can somebody help me.



Screenshot 2022-03-24 at 5.55.05 PM.png
Screenshot 2022-03-24 at 5.55.19 PM.png

Daniel Beck

unread,
Mar 24, 2022, 8:37:07 AM3/24/22
to jenkin...@googlegroups.com
On Thu, Mar 24, 2022 at 1:26 PM 'Mohammad Uddin' via Jenkins Developers <jenkin...@googlegroups.com> wrote:
Hi All,

I am getting this error "The initial value of this parameter is ignored, and the parameter is overwritten here. This often indicates a mistaken belief that the write to the parameter will be conveyed back to the caller. "

It looks like you're trying to set field values, but since there is a parameter with the same name you would need to put "this.fieldName".

That said: Do not attempt to set field values in form validation. That is guaranteed to be wrong.
Reply all
Reply to author
Forward
0 new messages