-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.303.1
Priority Sorter 4.0.0
-
-
4.0.1 released Nov 27, 2021
When trying to set configuration for jobs in "included in a View" mode, saving the configuration will always fail : the JSON sent has a shape different from what the server expects.
- The client sends the following request
{ ..., "jobFilter": true|false, "jobPattern": "some pattern", ... }
- The server expects the following request
{ ..., "jobFilter": { "jobPattern": "some pattern" }, ... }
or
{ ..., "jobFilter": null, ... }
This causes the server to Error 500 upon receiving the request.
Fixing the request this way using e.g. browser's developer panel works around the issue.
- duplicates
-
JENKINS-65859 "Priority Sorter Plugin" broken in Jenkins 2.277.4
-
- Closed
-
- is duplicated by
-
JENKINS-67218 Unable to store any configuration with priority sorter plugin
-
- Closed
-
- links to
[JENKINS-66938] Priority Sorter - Mismatch between client request and server parsing
Description |
Original:
When trying to set configuration for jobs in "included in a View" mode, saving the configuration will always fail : the JSON sent has not the shape the server expects.
- The client sends the following request {code:json} { ..., "jobFilter": true|false, "jobPattern": "some pattern", ... } {code} - The server expects the following request {code:json} { ..., "jobFilter": { "jobPattern": "some pattern" }, ... } {code} or {code:json} { ..., "jobFilter": null, ... } {code} This causes the server to Error 500 upon receiving the request. Fixing the request this way using e.g. browser's developer panel works around the issue. |
New:
When trying to set configuration for jobs in "included in a View" mode, saving the configuration will always fail : the JSON sent has a shape different from what the server expects.
- The client sends the following request {code:json} { ..., "jobFilter": true|false, "jobPattern": "some pattern", ... } {code} - The server expects the following request {code:json} { ..., "jobFilter": { "jobPattern": "some pattern" }, ... } {code} or {code:json} { ..., "jobFilter": null, ... } {code} This causes the server to Error 500 upon receiving the request. Fixing the request this way using e.g. browser's developer panel works around the issue. |
Attachment | New: first_post(step_1).json [ 56771 ] |
Attachment | New: second_post(step_4).json [ 56772 ] |
Link |
New:
This issue duplicates |
Labels | New: tables-to-divs-regression |
Link |
New:
This issue is duplicated by |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Mark Waite [ markewaite ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "CI job link to download build prototype (Web Link)" [ 27257 ] |