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/8/repository/commits/511e2bf05
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/8/repository/commits/511e2bf05
Response Code: HTTP/1.1 200 OK
Response:
{"id":"511e2bf053a7c68b76ae177ef28fd9cf9e4ae056","short_id":"511e2bf0","created_at":"2026-07-20T06:10:14.000+08:00","parent_ids":["42056f95c73509f3f58d61530894685e20a604d4"],"title":"fix: Path/DiscretizedPath 空与单点场景既有隐患修复","message":"fix: Path/DiscretizedPath 空与单点场景既有隐患修复\n\n- Path::Reset 补清 length_/num_sample_points_, 防复位后陈旧值残留\n- path.hpp 给 num_sample_points_/length_ 加类内默认值, 防默认构造读未初始化垃圾\n- Path::InitPoints 单点路径不再越界访问 path_pts_[-1]\n- DiscretizedPath::GetPathPtFromS/GetPathPtIdxFromS 空容器 front() UB 改空判降级,\n Evaluate/EvaluateReverse 的 CHECK(!empty()) fatal 同步改 LOG(ERROR)+默认点\n","author_name":"allen","author_email":"wuyanjun110@126.com","authored_date":"2026-07-19T16:23:41.000+08:00","committer_name":"allen","committer_email":"wuyanjun110@126.com","committed_date":"2026-07-20T06:10:14.000+08:00","trailers":{},"web_url":"http://159.27.226.4/pnc/pnc/-/commit/511e2bf053a7c68b76ae177ef28fd9cf9e4ae056","stats":{"additions":31,"deletions":10,"total":41},"status":null,"project_id":8,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399