-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins ver. 1.505 - Dashboard 2.4
Hello!
I'm using Dashboard 2.4 on my Jenkins server, and I have the "Unstable Jobs" view in my dashboard.
When I try to rebuild something in that view, it gives me this error: "You must use POST method to trigger builds. (From scripts you may instead pass a per-project authentication token, or authenticate with your API token.) If you see this page, it may be because a plugin offered a GET link; file a bug report for that plugin."
As suggested, I'm filing this bug.
Thank you!
Regards,
Bruno Candido Volpato da Cunha
Code changed in jenkins
User: Bruno Candido Volpato da Cunha
Path:
src/main/resources/hudson/plugins/view/dashboard/core/JobsPortlet/portlet.jelly
src/main/resources/hudson/plugins/view/dashboard/core/UnstableJobsPortlet/portlet.jelly
http://jenkins-ci.org/commit/dashboard-view-plugin/f14bcd9521f8c0472ede67a052d334c1ac3cc945
Log:
JENKINS-17314Job rebuild icons should use POST method instead of GET request after Jenkins version 1.502 (issue SECURITY-13).