Hi all, I got confused of the execution of gitee-jenkins plugins:
from the png in the appendix, the left side in the pic, is nginx logs, it got 13 post requests at a short time, and peoxy it to jenkins, the right side is jenkins logs, it responsed each request but with Repeated id, which made new request body coverd old request body,. for example , id = 281338, the request in 8:11:13 coverd the request in 8:10:58. so the earlier request data is lost, only the newer request would be handled.
Normally, it should be one request one job, but in here, newer request covered the old one.
Besides, I did not set any "cancel old build" in this pipeline.
I have a few questions, what does [id=281338]mean? is it a thread id in jenkins? And what is the scheduler in jenkins(or jenkins plugin), deciding the job executor.
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]