Re: java function call on onclick event

2018-01-25 Thread MUKESH SINGAL
Anyone have any idea how to pass CSRF crumb while making javascript call .. I am kinda blocked on this.. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

java function call on onclick event

2018-01-24 Thread MUKESH SINGAL
Hi , Currenly i am working on a Jenkins plugin where i need to disable job with OnClick event of a button. For this I am calling a java function (doDisable) from Java script onclick event. When I am trying, I am getting below error. Jan 24, 2018 6:48:04 PM hudson.security.csrf.CrumbFilter do