79670511

Date: 2025-06-18 11:12:29
Score: 1.5
Natty:
Report link

I think that your question is a monitoring question.

Triggering a build means sending a POST request to the server so you would like to intercept the requests to the server and log them (locally on an another server) to be reviewed later.

Does your jenkins receive the requests directly or does it use apache? If it uses apache(or other) then the solution would be to set the logging there - to log the requests and the cookies that come with them.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Gleb Nebolyubov