Console Output

Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [gitlabToken]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects/431/repository/commits/8e88d1f
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/431/repository/commits/8e88d1f
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"8e88d1f0af994f837b5979cf5ff6080c361572ee","short_id":"8e88d1f0","created_at":"2026-04-23T14:16:19.000+08:00","parent_ids":["498c8b0ccb153908ab0a88fe1abca724a9db54bd"],"title":"docs: add comprehensive SHM success documentation","message":"docs: add comprehensive SHM success documentation\n\nExplains the working architecture after recompiling Zenoh-C with SHM support:\n- TCP handles discovery/control plane (127.0.0.1)\n- SHM handles data plane (/dev/shm/*.zenoh files)\n- Multicast UDP for peer discovery\n- Gossip protocol for connection negotiation\n\nPerformance achieved:\n- 1MB messages at 100Hz: 86.9 MB/s, 1.1ms avg latency\n- True zero-copy via shared memory buffers\n- Only discovery/control on network, data via SHM\n\nIncludes verification methods and configuration details.\n\nCo-Authored-By: Claude Haiku 4.5 \u003cnoreply@anthropic.com\u003e\n","author_name":"zhjfeng","author_email":"zhaojianfeng2@senior.auto","authored_date":"2026-04-23T14:16:19.000+08:00","committer_name":"zhjfeng","committer_email":"zhaojianfeng2@senior.auto","committed_date":"2026-04-23T14:16:19.000+08:00","trailers":{},"web_url":"http://159.27.226.4/system/system-ros/-/commit/8e88d1f0af994f837b5979cf5ff6080c361572ee","stats":{"additions":182,"deletions":0,"total":182},"status":null,"project_id":431,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399