Console Output

Generic Cause
GenericWebhookEnvironmentContributor
 Received:

{"object_kind":"push","event_name":"push","before":"dbd9c7293984aa75788a9b952a9c5c2d262c183f","after":"38ad0cd8f7ced15ce0a0bf04f58494fd3c637ba9","ref":"refs/heads/v3.0","checkout_sha":"38ad0cd8f7ced15ce0a0bf04f58494fd3c637ba9","message":null,"user_id":150,"user_name":"liuning","user_username":"liuning","user_email":null,"user_avatar":"https://www.gravatar.com/avatar/3a66b7196e99d08579822974bcf1fe83?s=80&d=identicon","project_id":606,"project":{"id":606,"name":"tc397_ota","description":"","web_url":"http://159.27.226.4/hardware/tc397_ota","avatar_url":null,"git_ssh_url":"git@159.27.226.4:hardware/tc397_ota.git","git_http_url":"http://159.27.226.4/hardware/tc397_ota.git","namespace":"Hardware","visibility_level":0,"path_with_namespace":"hardware/tc397_ota","default_branch":"main","ci_config_path":null,"homepage":"http://159.27.226.4/hardware/tc397_ota","url":"git@159.27.226.4:hardware/tc397_ota.git","ssh_url":"git@159.27.226.4:hardware/tc397_ota.git","http_url":"http://159.27.226.4/hardware/tc397_ota.git"},"commits":[{"id":"38ad0cd8f7ced15ce0a0bf04f58494fd3c637ba9","message":"feat_out: V3.0 重汽:\n1.优化转向\n徐工自卸:\n1.修改新的EPB控制和反馈,之前ACAN的废弃了\n2.增加上装报文定义\n3.智驾状态机重写\n4.修改扭矩请求值为0N*M的时候,raw应该是3200\n5.刹车反馈改为纵向加速度\n6.修改电量计算错误,没有*精度\n7.修改发送的这几个报文counter先发送后自增,否则第一帧的counter是1\n8.修改挡位和详细挡位赋值错误\n蓬翔:\n1.调整蓬翔集装箱自卸的角度控制和角度反馈信息\n西牛:\n1.增加新车型\n吉利:\n1.修改鸣笛角度滞回区间,增加上升状态判断鸣笛,避免下降时误鸣笛,并且改为直接控制鸣笛\n2.平行驾驶退出不需要EPB等状态并且两侧按钮都能控制\n3.新增油门踏板深度反馈\n4.修改货箱角度为signed\n陕汽质子:\n1.优化代码,优化注释\n","title":"feat_out: V3.0 重汽:","timestamp":"2026-06-12T11:14:16+08:00","url":"http://159.27.226.4/hardware/tc397_ota/-/commit/38ad0cd8f7ced15ce0a0bf04f58494fd3c637ba9","author":{"name":"liuning","email":"liuning@senior.auto"},"added":[],"modified":["TC397.hex"],"removed":[]}],"total_commits_count":1,"push_options":{},"repository":{"name":"tc397_ota","url":"git@159.27.226.4:hardware/tc397_ota.git","description":"","homepage":"http://159.27.226.4/hardware/tc397_ota","git_http_url":"http://159.27.226.4/hardware/tc397_ota.git","git_ssh_url":"git@159.27.226.4:hardware/tc397_ota.git","visibility_level":0}}


Contributing variables:

    branch = refs/heads/v3.0
    object_kind = push
    projectId = 606
    projectName = tc397_ota
    runOpts = GitlabPush
    runOpts_0 = GitlabPush
    userName = liuning


Obtained hardware/tc397_ota.jenkinsfile from git http://159.27.226.4/weilikang/jenkinsfiles.git
Loading library jenkinslib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_weilk
 > git ls-remote -h -- http://159.27.226.4/weilikang/jenkinslib.git # timeout=10
Found match: refs/heads/master revision adbdff8db15aa6e4a98ca82f8cadfecca3d85034
The recommended git tool is: NONE
using credential gitlab_weilk
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/tc397_ota@libs/e94781a6efe9f09486b8ea226d2b758971618b049d1fe436de6265fac85ceea3/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/weilikang/jenkinslib.git # timeout=10
Fetching without tags
Fetching upstream changes from http://159.27.226.4/weilikang/jenkinslib.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_weilk
 > git fetch --no-tags --force --progress -- http://159.27.226.4/weilikang/jenkinslib.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision adbdff8db15aa6e4a98ca82f8cadfecca3d85034 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f adbdff8db15aa6e4a98ca82f8cadfecca3d85034 # timeout=10
Commit message: "Update vehicleInfo.groovy"
 > git rev-list --no-walk 6e301477e1a60430c66c759db45ea1e18b7a1439 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] echo
tc397_ota
[Pipeline] echo
GitlabPush
[Pipeline] echo
v3.0
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/tc397_ota
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_weilk
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/tc397_ota/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/weilikang/jenkinsfiles.git # timeout=10
Fetching upstream changes from http://159.27.226.4/weilikang/jenkinsfiles.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_weilk
 > git fetch --tags --force --progress -- http://159.27.226.4/weilikang/jenkinsfiles.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d7e45bb257f8cd29e232acf28ea5a754f1774b24 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d7e45bb257f8cd29e232acf28ea5a754f1774b24 # timeout=10
Commit message: "Update jiaxing-dongfangtegang-submodule.jenkinsfile"
 > git rev-list --no-walk 45892459e7b27fde58ada335d85b46f9ca98fc2e # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
v3.0
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>拉取tc397_ota>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] sh + rm -rf /root/workspace/tc397_ota/tc397_ota /root/workspace/tc397_ota/tc397_ota_2026-06-10_13-43-11 /root/workspace/tc397_ota/tc397_ota_2026-06-10_13-43-11.zip /root/workspace/tc397_ota/version.json + mkdir /root/workspace/tc397_ota/tc397_ota/ [Pipeline] dir Running in /root/workspace/tc397_ota/tc397_ota [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential gitlab_ota Cloning the remote Git repository Cloning repository http://159.27.226.4/hardware/tc397_ota.git > git init /root/workspace/tc397_ota/tc397_ota # timeout=10 Fetching upstream changes from http://159.27.226.4/hardware/tc397_ota.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials gitlab_ota > git fetch --tags --force --progress -- http://159.27.226.4/hardware/tc397_ota.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url http://159.27.226.4/hardware/tc397_ota.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/v3.0^{commit} # timeout=10 Checking out Revision 38ad0cd8f7ced15ce0a0bf04f58494fd3c637ba9 (origin/v3.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 38ad0cd8f7ced15ce0a0bf04f58494fd3c637ba9 # timeout=10 Commit message: "feat_out: V3.0 重汽: 1.优化转向 徐工自卸: 1.修改新的EPB控制和反馈,之前ACAN的废弃了 2.增加上装报文定义 3.智驾状态机重写 4.修改扭矩请求值为0N*M的时候,raw应该是3200 5.刹车反馈改为纵向加速度 6.修改电量计算错误,没有*精度 7.修改发送的这几个报文counter先发送后自增,否则第一帧的counter是1 8.修改挡位和详细挡位赋值错误 蓬翔: 1.调整蓬翔集装箱自卸的角度控制和角度反馈信息 西牛: 1.增加新车型 吉利: 1.修改鸣笛角度滞回区间,增加上升状态判断鸣笛,避免下降时误鸣笛,并且改为直接控制鸣笛 2.平行驾驶退出不需要EPB等状态并且两侧按钮都能控制 3.新增油门踏板深度反馈 4.修改货箱角度为signed 陕汽质子: 1.优化代码,优化注释" > git rev-list --no-walk dbd9c7293984aa75788a9b952a9c5c2d262c183f # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/tc397_ota@tmp [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (zip->post) [Pipeline] script [Pipeline] { [Pipeline] ansiColor [Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] readJSON [Pipeline] withCredentials Masking supported pattern matches of $gitlabToken [Pipeline] { [Pipeline] httpRequest 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?search=tc397_ota&per_page=100 Content-Type: application/json PRIVATE-TOKEN: ***** Sending request to url: http://159.27.226.4/api/v4/projects?search=tc397_ota&per_page=100 Response Code: HTTP/1.1 200 OK Response: [{"id":606,"description":"","name":"tc397_ota","name_with_namespace":"Hardware / tc397_ota","path":"tc397_ota","path_with_namespace":"hardware/tc397_ota","created_at":"2023-05-08T12:56:19.632Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/tc397_ota.git","http_url_to_repo":"http://159.27.226.4/hardware/tc397_ota.git","web_url":"http://159.27.226.4/hardware/tc397_ota","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2026-06-12T03:14:21.766Z","namespace":{"id":13,"name":"Hardware","path":"hardware","kind":"group","full_path":"hardware","parent_id":null,"avatar_url":null,"web_url":"http://159.27.226.4/groups/hardware"},"_links":{"self":"http://159.27.226.4/api/v4/projects/606","issues":"http://159.27.226.4/api/v4/projects/606/issues","merge_requests":"http://159.27.226.4/api/v4/projects/606/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/606/repository/branches","labels":"http://159.27.226.4/api/v4/projects/606/labels","events":"http://159.27.226.4/api/v4/projects/606/events","members":"http://159.27.226.4/api/v4/projects/606/members","cluster_agents":"http://159.27.226.4/api/v4/projects/606/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-09T12:56:19.671Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":6,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":false,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":30,"notification_level":3},"group_access":null}}] Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] readJSON [Pipeline] echo hardware/tc397_ota [Pipeline] echo 606 [Pipeline] echo 606 [Pipeline] dir Running in /root/workspace/tc397_ota [Pipeline] { [Pipeline] dir Running in /root/workspace/tc397_ota/tc397_ota [Pipeline] { [Pipeline] sh + echo -n '{"module":[' [Pipeline] sh + git rev-parse --short HEAD [Pipeline] sh + python3 /root/weilk/project/get_git_now.py 606 38ad0cd [Pipeline] echo "device":1,"device_name":"none","type":1,"project":"0" [Pipeline] sh + echo -n '{"repo_name":"tc397_ota","branch":"v3.0","port":"hairun","time":"2026-06-12_11-14-28","commit_id":"38ad0cd","version":"","commit_msgs":",IFYzLjAg6YeN5rG9CjEu5LyY5YyW6L2s5ZCRCuW+kOW3peiHquWNuAoxLuS/ruaUueaWsOeahEVQQuaOp+WItuWSjOWPjemmiO+8jOS5i+WJjUFDQU7nmoTlup/lvIPkuoYKMi7lop7liqDkuIroo4XmiqXmloflrprkuYkKMy7mmbrpqb7nirbmgIHmnLrph43lhpkKNC7kv67mlLnmia3nn6nor7fmsYLlgLzkuLowTipN55qE5pe25YCZ77yMcmF35bqU6K+l5pivMzIwMAo1LuWIuei9puWPjemmiOaUueS4uue6teWQkeWKoOmAn+W6pgo2LuS/ruaUueeUtemHj+iuoeeul+mUmeivr++8jOayoeaciSrnsr7luqYKNy7kv67mlLnlj5HpgIHnmoTov5nlh6DkuKrmiqXmlodjb3VudGVy5YWI5Y+R6YCB5ZCO6Ieq5aKe77yM5ZCm5YiZ56ys5LiA5bin55qEY291bnRlcuaYrzEKOC7kv67mlLnmjKHkvY3lkozor6bnu4bmjKHkvY3otYvlgLzplJnor68K6JOs57+UCjEu6LCD5pW06JOs57+U6ZuG6KOF566x6Ieq5Y2455qE6KeS5bqm5o6n5Yi25ZKM6KeS5bqm5Y+N6aaI5L+h5oGvCuilv+eJmwoxLuWinuWKoOaWsOi9puWeiwrlkInliKkKMS7kv67mlLnpuKPnrJvop5Lluqbmu57lm57ljLrpl7TvvIzlop7liqDkuIrljYfnirbmgIHliKTmlq3puKPnrJvvvIzpgb/lhY3kuIvpmY3ml7bor6/puKPnrJvvvIzlubbkuJTmlLnkuLrnm7TmjqXmjqfliLbpuKPnrJsKMi7lubPooYzpqb7pqbbpgIDlh7rkuI3pnIDopoFFUELnrYnnirbmgIHlubbkuJTkuKTkvqfmjInpkq7pg73og73mjqfliLYKMy7mlrDlop7msrnpl6jouI/mnb/mt7Hluqblj43ppogKNC7kv67mlLnotKfnrrHop5LluqbkuLpzaWduZWQK6ZmV5rG96LSo5a2QCjEu5LyY5YyW5Luj56CB77yM5LyY5YyW5rOo6YeK,"}],"device":1,"device_name":"none","type":1,"project":"0"}' [Pipeline] sh + cat /root/workspace/tc397_ota/version.json {"module":[{"repo_name":"tc397_ota","branch":"v3.0","port":"hairun","time":"2026-06-12_11-14-28","commit_id":"38ad0cd","version":"","commit_msgs":",IFYzLjAg6YeN5rG9CjEu5LyY5YyW6L2s5ZCRCuW+kOW3peiHquWNuAoxLuS/ruaUueaWsOeahEVQQuaOp+WItuWSjOWPjemmiO+8jOS5i+WJjUFDQU7nmoTlup/lvIPkuoYKMi7lop7liqDkuIroo4XmiqXmloflrprkuYkKMy7mmbrpqb7nirbmgIHmnLrph43lhpkKNC7kv67mlLnmia3nn6nor7fmsYLlgLzkuLowTipN55qE5pe25YCZ77yMcmF35bqU6K+l5pivMzIwMAo1LuWIuei9puWPjemmiOaUueS4uue6teWQkeWKoOmAn+W6pgo2LuS/ruaUueeUtemHj+iuoeeul+mUmeivr++8jOayoeaciSrnsr7luqYKNy7kv67mlLnlj5HpgIHnmoTov5nlh6DkuKrmiqXmlodjb3VudGVy5YWI5Y+R6YCB5ZCO6Ieq5aKe77yM5ZCm5YiZ56ys5LiA5bin55qEY291bnRlcuaYrzEKOC7kv67mlLnmjKHkvY3lkozor6bnu4bmjKHkvY3otYvlgLzplJnor68K6JOs57+UCjEu6LCD5pW06JOs57+U6ZuG6KOF566x6Ieq5Y2455qE6KeS5bqm5o6n5Yi25ZKM6KeS5bqm5Y+N6aaI5L+h5oGvCuilv+eJmwoxLuWinuWKoOaWsOi9puWeiwrlkInliKkKMS7kv67mlLnpuKPnrJvop5Lluqbmu57lm57ljLrpl7TvvIzlop7liqDkuIrljYfnirbmgIHliKTmlq3puKPnrJvvvIzpgb/lhY3kuIvpmY3ml7bor6/puKPnrJvvvIzlubbkuJTmlLnkuLrnm7TmjqXmjqfliLbpuKPnrJsKMi7lubPooYzpqb7pqbbpgIDlh7rkuI3pnIDopoFFUELnrYnnirbmgIHlubbkuJTkuKTkvqfmjInpkq7pg73og73mjqfliLYKMy7mlrDlop7msrnpl6jouI/mnb/mt7Hluqblj43ppogKNC7kv67mlLnotKfnrrHop5LluqbkuLpzaWduZWQK6ZmV5rG96LSo5a2QCjEu5LyY5YyW5Luj56CB77yM5LyY5YyW5rOo6YeK,"}],"device":1,"device_name":"none","type":1,"project":"0"} [Pipeline] } [Pipeline] // dir [Pipeline] sh + cp -r tc397_ota/ tc397_ota_2026-06-12_11-14-31 [Pipeline] sh + rm -rf tc397_ota_2026-06-12_11-14-31/.git/ [Pipeline] sh + zip -rq tc397_ota_2026-06-12_11-14-31.zip ./tc397_ota_2026-06-12_11-14-31/ ./version.json [Pipeline] sh + ls /root/workspace/tc397_ota/ tc397_ota tc397_ota_2026-06-12_11-14-31 tc397_ota_2026-06-12_11-14-31.zip tc397_ota@tmp version.json [Pipeline] sh + curl -X POST http://127.0.0.1:8090/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/tc397_ota/tc397_ota_2026-06-12_11-14-31.zip"' --form 'version=@"/root/workspace/tc397_ota/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331k 0 0 100 331k 0 1656k --:--:-- --:--:-- --:--:-- 1648k 100 331k 0 43 100 331k 189 1459k --:--:-- --:--:-- --:--:-- 1453k [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] sh + curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/tc397_ota/tc397_ota_2026-06-12_11-14-31.zip"' --form 'version=@"/root/workspace/tc397_ota/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331k 0 43 100 331k 66 511k --:--:-- --:--:-- --:--:-- 511k [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] sh + curl -X POST http://172.16.110.148:60180/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/tc397_ota/tc397_ota_2026-06-12_11-14-31.zip"' --form 'version=@"/root/workspace/tc397_ota/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331k 0 0 100 331k 0 317k 0:00:01 0:00:01 --:--:-- 317k 100 331k 0 0 100 331k 0 162k 0:00:02 0:00:02 --:--:-- 162k 100 331k 0 0 100 331k 0 108k 0:00:03 0:00:03 --:--:-- 108k 100 331k 0 0 100 331k 0 83879 0:00:04 0:00:04 --:--:-- 83879 100 331k 0 0 100 331k 0 67226 0:00:05 0:00:05 --:--:-- 67239 100 331k 0 0 100 331k 0 56099 0:00:06 0:00:06 --:--:-- 0 100 331k 0 0 100 331k 0 48133 0:00:07 0:00:07 --:--:-- 0 100 331k 0 0 100 331k 0 42147 0:00:08 0:00:08 --:--:-- 0 100 331k 0 0 100 331k 0 37490 0:00:09 0:00:09 --:--:-- 0 100 331k 0 0 100 331k 0 33756 0:00:10 0:00:10 --:--:-- 0 100 331k 0 43 100 331k 4 31804 0:00:10 0:00:10 --:--:-- 9 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] sh + curl -X POST http://172.16.110.145:50080/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/tc397_ota/tc397_ota_2026-06-12_11-14-31.zip"' --form 'version=@"/root/workspace/tc397_ota/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331k 0 0 100 331k 0 317k 0:00:01 0:00:01 --:--:-- 317k 100 331k 0 0 100 331k 0 162k 0:00:02 0:00:02 --:--:-- 162k 100 331k 0 0 100 331k 0 108k 0:00:03 0:00:03 --:--:-- 108k 100 331k 0 0 100 331k 0 83879 0:00:04 0:00:04 --:--:-- 83879 100 331k 0 0 100 331k 0 67239 0:00:05 0:00:05 --:--:-- 67239 100 331k 0 0 100 331k 0 56118 0:00:06 0:00:06 --:--:-- 0 100 331k 0 0 100 331k 0 48140 0:00:07 0:00:07 --:--:-- 0 100 331k 0 0 100 331k 0 42158 0:00:08 0:00:08 --:--:-- 0 100 331k 0 0 100 331k 0 37490 0:00:09 0:00:09 --:--:-- 0 100 331k 0 0 100 331k 0 33756 0:00:10 0:00:10 --:--:-- 0 100 331k 0 0 100 331k 0 30699 0:00:11 0:00:11 --:--:-- 0 100 331k 0 0 100 331k 0 28149 0:00:12 0:00:12 --:--:-- 0 100 331k 0 0 100 331k 0 25991 0:00:13 0:00:13 --:--:-- 0 100 331k 0 0 100 331k 0 24140 0:00:14 0:00:14 --:--:-- 0 100 331k 0 0 100 331k 0 22535 0:00:15 0:00:15 --:--:-- 0 100 331k 0 43 100 331k 2 21260 0:00:15 0:00:15 --:--:-- 8 100 331k 0 43 100 331k 2 21260 0:00:15 0:00:15 --:--:-- 11 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] sh + curl -X POST http://116.252.55.76:8026/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/tc397_ota/tc397_ota_2026-06-12_11-14-31.zip"' --form 'version=@"/root/workspace/tc397_ota/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331k 0 43 100 331k 42 327k 0:00:01 0:00:01 --:--:-- 327k 100 331k 0 43 100 331k 42 327k 0:00:01 0:00:01 --:--:-- 327k [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /root/workspace/tc397_ota/tc397_ota [Pipeline] { [Pipeline] sh + git rev-parse --short HEAD [Pipeline] readJSON [Pipeline] echo {"project":{"tc397_ota":"hardware/tc397_ota"},"commit":{"tc397_ota":"dbd9c72"}} [Pipeline] sh + echo '{"project":{"tc397_ota":"hardware/tc397_ota"},"commit":{"tc397_ota":"38ad0cd"}}' [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /root/workspace/tc397_ota/tc397_ota@tmp [Pipeline] sh + rm -rf /root/workspace/tc397_ota@tmp [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] echo success [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'https://oapi.dingtalk.com/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本上传通知 ### [tc397更新] --- - 版本名:tc397_ota_2026-06-12_11-14-31 - 详细信息:v3.0 - 状态:<font color=#01B468> 上传成功 </font> - 执行人:auto --- > 请ota发布同学尽快发布验证,并在群里同步发布信息~@"},"at": {"atMobiles": [""],"isAtAll": "false"} }' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 440 100 27 100 413 337 5162 --:--:-- --:--:-- --:--:-- 5500 [Pipeline] echo {"errcode":0,"errmsg":"ok"} [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS