Console Output
Started by user weilikang
Obtained shanghaiLJ-config.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 6626c90d92f957cefc10b0e0468f610292ffda5c
The recommended git tool is: NONE
using credential gitlab_weilk
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/shanghaiLJ-config@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 6626c90d92f957cefc10b0e0468f610292ffda5c (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6626c90d92f957cefc10b0e0468f610292ffda5c # timeout=10
Commit message: "Update dingtalk.groovy"
 > git rev-list --no-walk 6626c90d92f957cefc10b0e0468f610292ffda5c # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] echo
shared_config不更新参数
[Pipeline] echo
SHLJ002不更新参数
[Pipeline] echo
[SHLJ001]
[Pipeline] echo
[SHLJ001]
[Pipeline] echo
SHLJ001
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/shanghaiLJ-config
[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/shanghaiLJ-config/.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 578da859968037c1032418404c545e573b9b4be4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 578da859968037c1032418404c545e573b9b4be4 # timeout=10
Commit message: "Add new file"
 > git rev-list --no-walk 578da859968037c1032418404c545e573b9b4be4 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
1
[Pipeline] sh
+ rm -rf /root/workspace/shanghaiLJ-config/shared_config/
[Pipeline] sh
+ ls -a /root/workspace/shanghaiLJ-config
.
..
[Pipeline] echo
SHLJ001.json
[Pipeline] sh
+ cat /root/commtest/master-project/shanghaiLJ/SHLJ001.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/shanghaiLJ/SHLJ001.json
[Pipeline] sh
+ cat /root/commtest/dev-project/shanghaiLJ/SHLJ001.json
[Pipeline] echo
SHLJ002.json
[Pipeline] sh
+ cat /root/commtest/master-project/shanghaiLJ/SHLJ002.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/shanghaiLJ/SHLJ002.json
[Pipeline] sh
+ cat /root/commtest/dev-project/shanghaiLJ/SHLJ002.json
[Pipeline] echo
[SHLJ001]
[Pipeline] echo
SHLJ001
[Pipeline] sh
+ mkdir -p /root/workspace/shanghaiLJ-config/SHLJ001
[Pipeline] sh
+ mkdir -p /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001
[Pipeline] sh
+ rm -rf /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001
[Pipeline] dir
Running in /root/workspace/shanghaiLJ-config/SHLJ001
[Pipeline] {
[Pipeline] echo
[SHLJ001]
[Pipeline] echo
更新SHLJ001参数
[Pipeline] echo
rc_dev
[Pipeline] echo
SHLJ001
[Pipeline] echo
dev,http://159.27.226.4/config/shanghai/luojing/SHLJ001.git
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository http://159.27.226.4/config/shanghai/luojing/SHLJ001.git
 > git init /root/workspace/shanghaiLJ-config/SHLJ001 # timeout=10
Fetching upstream changes from http://159.27.226.4/config/shanghai/luojing/SHLJ001.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 --depth=1 -- http://159.27.226.4/config/shanghai/luojing/SHLJ001.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/shanghai/luojing/SHLJ001.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision c410f144d341f03de8915f9edfbaf85d7341a5d3 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c410f144d341f03de8915f9edfbaf85d7341a5d3 # timeout=300000
Commit message: "feat_out:copy from xiamen M043"
First time build. Skipping changelog.
[Pipeline] echo
rc_dev
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/shanghaiLJ/SHLJ001.json
[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=SHLJ001
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=SHLJ001
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1249,"description":"","name":"SHLJ001","name_with_namespace":"config / vehicles / SHLJ001","path":"SHLJ001","path_with_namespace":"config/vehicles/SHLJ001","created_at":"2023-11-06T10:38:44.772Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/SHLJ001.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/SHLJ001.git","web_url":"http://159.27.226.4/config/vehicles/SHLJ001","readme_url":"http://159.27.226.4/config/vehicles/SHLJ001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-07T11:27:37.580Z","namespace":{"id":749,"name":"vehicles","path":"vehicles","kind":"group","full_path":"config/vehicles","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1249","issues":"http://159.27.226.4/api/v4/projects/1249/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1249/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1249/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1249/labels","events":"http://159.27.226.4/api/v4/projects/1249/events","members":"http://159.27.226.4/api/v4/projects/1249/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1249/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-11-07T10:38:44.786Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1246,"description":null,"name":"SHLJ001","name_with_namespace":"Localization / config / SHLJ001","path":"SHLJ001","path_with_namespace":"localization/config/SHLJ001","created_at":"2023-11-06T08:39:43.434Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/SHLJ001.git","http_url_to_repo":"http://159.27.226.4/localization/config/SHLJ001.git","web_url":"http://159.27.226.4/localization/config/SHLJ001","readme_url":"http://159.27.226.4/localization/config/SHLJ001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T09:54:16.315Z","namespace":{"id":831,"name":"config","path":"config","kind":"group","full_path":"localization/config","parent_id":11,"avatar_url":null,"web_url":"http://159.27.226.4/groups/localization/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1246","issues":"http://159.27.226.4/api/v4/projects/1246/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1246/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1246/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1246/labels","events":"http://159.27.226.4/api/v4/projects/1246/events","members":"http://159.27.226.4/api/v4/projects/1246/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1246/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-11-07T08:39:43.485Z"},"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":128,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1230,"description":"","name":"SHLJ001","name_with_namespace":"config / shanghai / luojing / SHLJ001","path":"SHLJ001","path_with_namespace":"config/shanghai/luojing/SHLJ001","created_at":"2023-10-30T06:39:00.355Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/SHLJ001.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/SHLJ001.git","web_url":"http://159.27.226.4/config/shanghai/luojing/SHLJ001","readme_url":"http://159.27.226.4/config/shanghai/luojing/SHLJ001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-07T09:35:39.273Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1230","issues":"http://159.27.226.4/api/v4/projects/1230/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1230/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1230/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1230/labels","events":"http://159.27.226.4/api/v4/projects/1230/events","members":"http://159.27.226.4/api/v4/projects/1230/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1230/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-10-31T06:39:00.376Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/shanghai/luojing/SHLJ001
[Pipeline] echo
config/shanghai/luojing/SHLJ001
[Pipeline] echo
config/shanghai/luojing/SHLJ001
[Pipeline] echo
1230
[Pipeline] echo
1230
[Pipeline] echo
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 1230 c410f14 c410f14
[Pipeline] echo
/root/commtest/rcdev-project/shanghaiLJ/.SHLJ001.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"","shared_config":""}}
[Pipeline] echo
{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":""}}
[Pipeline] sh
+ echo '{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":""}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/shanghaiLJ/.SHLJ001.json
{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":""}}
[Pipeline] echo
{"repo_name":"params_orin_master_SHLJ001","branch":"dev","time":"2023-11-07_19-38-40","commit_id":"c410f14","version":"","commit_msgs":",,"}
[Pipeline] }
[Pipeline] // script
[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=SHLJ001
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=SHLJ001
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1249,"description":"","name":"SHLJ001","name_with_namespace":"config / vehicles / SHLJ001","path":"SHLJ001","path_with_namespace":"config/vehicles/SHLJ001","created_at":"2023-11-06T10:38:44.772Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/SHLJ001.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/SHLJ001.git","web_url":"http://159.27.226.4/config/vehicles/SHLJ001","readme_url":"http://159.27.226.4/config/vehicles/SHLJ001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-07T11:27:37.580Z","namespace":{"id":749,"name":"vehicles","path":"vehicles","kind":"group","full_path":"config/vehicles","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1249","issues":"http://159.27.226.4/api/v4/projects/1249/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1249/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1249/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1249/labels","events":"http://159.27.226.4/api/v4/projects/1249/events","members":"http://159.27.226.4/api/v4/projects/1249/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1249/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-11-07T10:38:44.786Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1246,"description":null,"name":"SHLJ001","name_with_namespace":"Localization / config / SHLJ001","path":"SHLJ001","path_with_namespace":"localization/config/SHLJ001","created_at":"2023-11-06T08:39:43.434Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/SHLJ001.git","http_url_to_repo":"http://159.27.226.4/localization/config/SHLJ001.git","web_url":"http://159.27.226.4/localization/config/SHLJ001","readme_url":"http://159.27.226.4/localization/config/SHLJ001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T09:54:16.315Z","namespace":{"id":831,"name":"config","path":"config","kind":"group","full_path":"localization/config","parent_id":11,"avatar_url":null,"web_url":"http://159.27.226.4/groups/localization/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1246","issues":"http://159.27.226.4/api/v4/projects/1246/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1246/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1246/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1246/labels","events":"http://159.27.226.4/api/v4/projects/1246/events","members":"http://159.27.226.4/api/v4/projects/1246/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1246/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-11-07T08:39:43.485Z"},"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":128,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1230,"description":"","name":"SHLJ001","name_with_namespace":"config / shanghai / luojing / SHLJ001","path":"SHLJ001","path_with_namespace":"config/shanghai/luojing/SHLJ001","created_at":"2023-10-30T06:39:00.355Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/SHLJ001.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/SHLJ001.git","web_url":"http://159.27.226.4/config/shanghai/luojing/SHLJ001","readme_url":"http://159.27.226.4/config/shanghai/luojing/SHLJ001/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-07T09:35:39.273Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1230","issues":"http://159.27.226.4/api/v4/projects/1230/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1230/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1230/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1230/labels","events":"http://159.27.226.4/api/v4/projects/1230/events","members":"http://159.27.226.4/api/v4/projects/1230/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1230/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-10-31T06:39:00.376Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/shanghai/luojing/SHLJ001
[Pipeline] echo
config/shanghai/luojing/SHLJ001
[Pipeline] echo
config/shanghai/luojing/SHLJ001
[Pipeline] echo
1230
[Pipeline] echo
1230
[Pipeline] sh
+ git rev-parse --short HEAD
[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/1230/repository/commits/c410f14
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/1230/repository/commits/c410f14
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"c410f144d341f03de8915f9edfbaf85d7341a5d3","short_id":"c410f144","created_at":"2023-11-07T17:40:49.000+08:00","parent_ids":["3589b893ece185bbb76f368589cd1f5d8943455a"],"title":"feat_out:copy from xiamen M043","message":"feat_out:copy from xiamen M043\n","author_name":"zhjfeng","author_email":"zhaojianfeng2@senior.auto","authored_date":"2023-11-07T17:40:49.000+08:00","committer_name":"zhjfeng","committer_email":"zhaojianfeng2@senior.auto","committed_date":"2023-11-07T17:40:49.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/shanghai/luojing/SHLJ001/-/commit/c410f144d341f03de8915f9edfbaf85d7341a5d3","stats":{"additions":11283,"deletions":92,"total":11375},"status":null,"project_id":1230,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2023/11/07/17:40:49
[Pipeline] echo
dev**: c410f14.**2023/11/07/17:40:49**   
 
[Pipeline] dir
Running in /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ mkdir -p /root/workspace/shanghaiLJ-config/shared_config/dev/
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository http://159.27.226.4/config/shanghai/luojing/shared_config.git
 > git init /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001 # timeout=10
Fetching upstream changes from http://159.27.226.4/config/shanghai/luojing/shared_config.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 --depth=1 -- http://159.27.226.4/config/shanghai/luojing/shared_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/shanghai/luojing/shared_config.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 5cf36f939f630f476a02907917accc0ec5e7ca65 (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5cf36f939f630f476a02907917accc0ec5e7ca65 # timeout=30000
Commit message: "feat_out:copy from xiamen imv"
First time build. Skipping changelog.
[Pipeline] sh
+ cp -r .git/ params /root/workspace/shanghaiLJ-config/shared_config/dev/
[Pipeline] sh
+ rm -rf params_SHLJ001@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/shanghaiLJ/SHLJ001.json
[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=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-07T08:37:19.933Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/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-10-31T06:38:21.323Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-02T03:41:37.434Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/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-10-18T11:35:03.593Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:48:24.104Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/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-09-22T07:01:00.288Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:58:10.187Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/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-09-13T11:52:34.092Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:56:47.753Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/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-08-22T09:09:35.363Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:55:02.486Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/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-07-29T02:45:18.435Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-23T08:42:36.166Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/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-07-05T11:29:03.403Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-02T06:12:52.446Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/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-11T05:51:44.195Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:53:50.719Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/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-04-16T01:44:41.709Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:58:49.784Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/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-02-28T07:33:41.552Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:58:12.700Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/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-02-12T09:36:53.353Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:56:15.158Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/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-01-07T02:54:07.782Z"},"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":5,"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":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T12:57:52.490Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/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":"2022-10-28T06:49:53.442Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:55:49.857Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/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":"2022-09-15T03:19:24.827Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"https://www.gravatar.com/avatar/c7621b5853c3e8f6932b2ba496a4ecd1?s=80\u0026d=identicon","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"https://www.gravatar.com/avatar/c7621b5853c3e8f6932b2ba496a4ecd1?s=80\u0026d=identicon","web_url":"http://159.27.226.4/ota"},"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":"2022-04-30T08:36:40.218Z"},"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":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2023-11-07T01:55:16.672Z","namespace":{"id":25,"name":"daxie","path":"daxie","kind":"group","full_path":"config/daxie","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/daxie"},"_links":{"self":"http://159.27.226.4/api/v4/projects/215","issues":"http://159.27.226.4/api/v4/projects/215/issues","merge_requests":"http://159.27.226.4/api/v4/projects/215/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/215/repository/branches","labels":"http://159.27.226.4/api/v4/projects/215/labels","events":"http://159.27.226.4/api/v4/projects/215/events","members":"http://159.27.226.4/api/v4/projects/215/members","cluster_agents":"http://159.27.226.4/api/v4/projects/215/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":"2021-12-21T10:07:29.984Z"},"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":7,"import_status":"none","open_issues_count":0,"ci_default_git_depth":50,"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":[{"group_id":13,"group_name":"Hardware","group_full_path":"hardware","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":15,"group_name":"Shared","group_full_path":"shared","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
1229
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
1229
[Pipeline] echo
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 1229 5cf36f9 5cf36f9
[Pipeline] echo
/root/commtest/rcdev-project/shanghaiLJ/.SHLJ001.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":""}}
[Pipeline] echo
{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":"5cf36f9"}}
[Pipeline] sh
+ echo '{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":"5cf36f9"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/shanghaiLJ/.SHLJ001.json
{"project":{"SHLJ001":"config/shanghai/luojing/SHLJ001","shared_config":"config/shanghai/luojing/shared_config"},"commit":{"SHLJ001":"c410f14","shared_config":"5cf36f9"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"dev","time":"2023-11-07_19-38-45","commit_id":"5cf36f9","version":"","commit_msgs":",,"}
[Pipeline] }
[Pipeline] // script
[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=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-07T08:37:19.933Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/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-10-31T06:38:21.323Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-02T03:41:37.434Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/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-10-18T11:35:03.593Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:48:24.104Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/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-09-22T07:01:00.288Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:58:10.187Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/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-09-13T11:52:34.092Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:56:47.753Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/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-08-22T09:09:35.363Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:55:02.486Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/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-07-29T02:45:18.435Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-23T08:42:36.166Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/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-07-05T11:29:03.403Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-02T06:12:52.446Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/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-11T05:51:44.195Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:53:50.719Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/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-04-16T01:44:41.709Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-10-30T05:58:49.784Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/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-02-28T07:33:41.552Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:58:12.700Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/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-02-12T09:36:53.353Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:56:15.158Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/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-01-07T02:54:07.782Z"},"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":5,"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":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T12:57:52.490Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/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":"2022-10-28T06:49:53.442Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T05:55:49.857Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/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":"2022-09-15T03:19:24.827Z"},"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":5,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"https://www.gravatar.com/avatar/c7621b5853c3e8f6932b2ba496a4ecd1?s=80\u0026d=identicon","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"https://www.gravatar.com/avatar/c7621b5853c3e8f6932b2ba496a4ecd1?s=80\u0026d=identicon","web_url":"http://159.27.226.4/ota"},"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":"2022-04-30T08:36:40.218Z"},"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":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2023-11-07T01:55:16.672Z","namespace":{"id":25,"name":"daxie","path":"daxie","kind":"group","full_path":"config/daxie","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/daxie"},"_links":{"self":"http://159.27.226.4/api/v4/projects/215","issues":"http://159.27.226.4/api/v4/projects/215/issues","merge_requests":"http://159.27.226.4/api/v4/projects/215/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/215/repository/branches","labels":"http://159.27.226.4/api/v4/projects/215/labels","events":"http://159.27.226.4/api/v4/projects/215/events","members":"http://159.27.226.4/api/v4/projects/215/members","cluster_agents":"http://159.27.226.4/api/v4/projects/215/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":"2021-12-21T10:07:29.984Z"},"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":7,"import_status":"none","open_issues_count":0,"ci_default_git_depth":50,"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":[{"group_id":13,"group_name":"Hardware","group_full_path":"hardware","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":15,"group_name":"Shared","group_full_path":"shared","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"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":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
1229
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
config/shanghai/luojing/shared_config
[Pipeline] echo
1229
[Pipeline] sh
+ git rev-parse --short HEAD
[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/1229/repository/commits/5cf36f9
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/1229/repository/commits/5cf36f9
Response Code: HTTP/1.1 200 OK
Response: 
{"id":"5cf36f939f630f476a02907917accc0ec5e7ca65","short_id":"5cf36f93","created_at":"2023-11-07T16:50:05.000+08:00","parent_ids":["ad6fa4109535dc973dbda9cac0f17d0a87ecdc5e"],"title":"feat_out:copy from xiamen imv","message":"feat_out:copy from xiamen imv\n","author_name":"zhjfeng","author_email":"zhaojianfeng2@senior.auto","authored_date":"2023-11-07T16:50:05.000+08:00","committer_name":"zhjfeng","committer_email":"zhaojianfeng2@senior.auto","committed_date":"2023-11-07T16:50:05.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/commit/5cf36f939f630f476a02907917accc0ec5e7ca65","stats":{"additions":25620,"deletions":92,"total":25712},"status":null,"project_id":1229,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2023/11/07/16:50:05
[Pipeline] echo
dev**: 5cf36f9.**2023/11/07/16:50:05**   
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_master_SHLJ001","branch":"dev","time":"2023-11-07_19-38-40","commit_id":"c410f14","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2023-11-07_19-38-45","commit_id":"5cf36f9","version":"","commit_msgs":",,"}],"device":1,"device_name":"SHLJ001_Master","type":0,"project":15}
[Pipeline] echo
SHLJ001
[Pipeline] sh
++ grep -v params_SHLJ001
++ grep -v version.json
++ xargs
++ ls
+ cp -r params params_SHLJ001/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_master_SHLJ001","branch":"dev","time":"2023-11-07_19-38-40","commit_id":"c410f14","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"dev","time":"2023-11-07_19-38-45","commit_id":"5cf36f9","version":"","commit_msgs":",,"}],"device":1,"device_name":"SHLJ001_Master","type":0,"project":15}'
[Pipeline] sh
+ rm -rf params_SHLJ001@tmp
[Pipeline] echo
  >  - <font color=#3C3C3C> [SHLJ001master]:   
 **公有dev**: 5cf36f9.**2023/11/07/16:50:05**   
 **私有dev**: c410f14.**2023/11/07/17:40:49**   
 </font>  
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/shanghaiLJ-config/SHLJ001@tmp
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (checkout_new)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
 >>>>>>>>>>拉取新参数方式,合并旧参数(个别车)>>>>>>>>>> 
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
SHLJ001拉取新参数方式
[Pipeline] sh
+ mkdir -p /root/workspace/shanghaiLJ-config/SHLJ001/params_new
[Pipeline] dir
Running in /root/workspace/shanghaiLJ-config/SHLJ001/params_new
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository http://159.27.226.4/config/vehicles/SHLJ001
 > git init /root/workspace/shanghaiLJ-config/SHLJ001/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/SHLJ001
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress --depth=1 -- http://159.27.226.4/config/vehicles/SHLJ001 +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/config/vehicles/SHLJ001 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 5b3ba06bf4a08cd70dfb71df0596387ead095f76 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b3ba06bf4a08cd70dfb71df0596387ead095f76 # timeout=300000
Commit message: "feat_out:添加系统参数"
First time build. Skipping changelog.
[Pipeline] sh
+ git submodule init
Submodule 'msf-port' (git@159.27.226.4:localization/config/msf-port.git) registered for path 'msf-port'
Submodule 'msf-vehicle' (git@159.27.226.4:localization/config/SHLJ001.git) registered for path 'msf-vehicle'
Submodule 'system-common' (git@159.27.226.4:system/config/system-common.git) registered for path 'system-common'
Submodule 'system-device' (git@159.27.226.4:system/config/system-device.git) registered for path 'system-device'
Submodule 'system-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'system-mqtt'
Submodule 'system-node-shanghai-luojing' (git@159.27.226.4:system/config/system-node-shanghai-luojing.git) registered for path 'system-node-shanghai-luojing'
Submodule 'system-port' (git@159.27.226.4:system/config/system-port.git) registered for path 'system-port'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-port'...
remote: Enumerating objects: 87, done.        
remote: Counting objects:   4% (1/24)        
remote: Counting objects:   8% (2/24)        
remote: Counting objects:  12% (3/24)        
remote: Counting objects:  16% (4/24)        
remote: Counting objects:  20% (5/24)        
remote: Counting objects:  25% (6/24)        
remote: Counting objects:  29% (7/24)        
remote: Counting objects:  33% (8/24)        
remote: Counting objects:  37% (9/24)        
remote: Counting objects:  41% (10/24)        
remote: Counting objects:  45% (11/24)        
remote: Counting objects:  50% (12/24)        
remote: Counting objects:  54% (13/24)        
remote: Counting objects:  58% (14/24)        
remote: Counting objects:  62% (15/24)        
remote: Counting objects:  66% (16/24)        
remote: Counting objects:  70% (17/24)        
remote: Counting objects:  75% (18/24)        
remote: Counting objects:  79% (19/24)        
remote: Counting objects:  83% (20/24)        
remote: Counting objects:  87% (21/24)        
remote: Counting objects:  91% (22/24)        
remote: Counting objects:  95% (23/24)        
remote: Counting objects: 100% (24/24)        
remote: Counting objects: 100% (24/24), done.        
remote: Compressing objects:   6% (1/15)        
remote: Compressing objects:  13% (2/15)        
remote: Compressing objects:  20% (3/15)        
remote: Compressing objects:  26% (4/15)        
remote: Compressing objects:  33% (5/15)        
remote: Compressing objects:  40% (6/15)        
remote: Compressing objects:  46% (7/15)        
remote: Compressing objects:  53% (8/15)        
remote: Compressing objects:  60% (9/15)        
remote: Compressing objects:  66% (10/15)        
remote: Compressing objects:  73% (11/15)        
remote: Compressing objects:  80% (12/15)        
remote: Compressing objects:  86% (13/15)        
remote: Compressing objects:  93% (14/15)        
remote: Compressing objects: 100% (15/15)        
remote: Compressing objects: 100% (15/15), done.        
remote: Total 87 (delta 13), reused 17 (delta 9), pack-reused 63        
Receiving objects:   1% (1/87)
Receiving objects:   2% (2/87)
Receiving objects:   3% (3/87)
Receiving objects:   4% (4/87)
Receiving objects:   5% (5/87)
Receiving objects:   6% (6/87)
Receiving objects:   8% (7/87)
Receiving objects:   9% (8/87)
Receiving objects:  10% (9/87)
Receiving objects:  11% (10/87)
Receiving objects:  12% (11/87)
Receiving objects:  13% (12/87)
Receiving objects:  14% (13/87)
Receiving objects:  16% (14/87)
Receiving objects:  17% (15/87)
Receiving objects:  18% (16/87)
Receiving objects:  19% (17/87)
Receiving objects:  20% (18/87)
Receiving objects:  21% (19/87)
Receiving objects:  22% (20/87)
Receiving objects:  24% (21/87)
Receiving objects:  25% (22/87)
Receiving objects:  26% (23/87)
Receiving objects:  27% (24/87)
Receiving objects:  28% (25/87)
Receiving objects:  29% (26/87)
Receiving objects:  31% (27/87)
Receiving objects:  32% (28/87)
Receiving objects:  33% (29/87)
Receiving objects:  34% (30/87)
Receiving objects:  35% (31/87)
Receiving objects:  36% (32/87)
Receiving objects:  37% (33/87)
Receiving objects:  39% (34/87)
Receiving objects:  40% (35/87)
Receiving objects:  41% (36/87)
Receiving objects:  42% (37/87)
Receiving objects:  43% (38/87)
Receiving objects:  44% (39/87)
Receiving objects:  45% (40/87)
Receiving objects:  47% (41/87)
Receiving objects:  48% (42/87)
Receiving objects:  49% (43/87)
Receiving objects:  50% (44/87)
Receiving objects:  51% (45/87)
Receiving objects:  52% (46/87)
Receiving objects:  54% (47/87)
Receiving objects:  55% (48/87)
Receiving objects:  56% (49/87)
Receiving objects:  57% (50/87)
Receiving objects:  58% (51/87)
Receiving objects:  59% (52/87)
Receiving objects:  60% (53/87)
Receiving objects:  62% (54/87)
Receiving objects:  63% (55/87)
Receiving objects:  64% (56/87)
Receiving objects:  65% (57/87)
Receiving objects:  66% (58/87)
Receiving objects:  67% (59/87)
Receiving objects:  68% (60/87)
Receiving objects:  70% (61/87)
Receiving objects:  71% (62/87)
Receiving objects:  72% (63/87)
Receiving objects:  73% (64/87)
Receiving objects:  74% (65/87)
Receiving objects:  75% (66/87)
Receiving objects:  77% (67/87)
Receiving objects:  78% (68/87)
Receiving objects:  79% (69/87)
Receiving objects:  80% (70/87)
Receiving objects:  81% (71/87)
Receiving objects:  82% (72/87)
Receiving objects:  83% (73/87)
Receiving objects:  85% (74/87)
Receiving objects:  86% (75/87)
Receiving objects:  87% (76/87)
Receiving objects:  88% (77/87)
Receiving objects:  89% (78/87)
Receiving objects:  90% (79/87)
Receiving objects:  91% (80/87)
Receiving objects:  93% (81/87)
Receiving objects:  94% (82/87)
Receiving objects:  95% (83/87)
Receiving objects:  96% (84/87)
Receiving objects:  97% (85/87)
Receiving objects:  98% (86/87)
Receiving objects: 100% (87/87)
Receiving objects: 100% (87/87), 13.68 KiB | 13.68 MiB/s, done.
Resolving deltas:   0% (0/49)
Resolving deltas:   2% (1/49)
Resolving deltas:  18% (9/49)
Resolving deltas:  24% (12/49)
Resolving deltas:  28% (14/49)
Resolving deltas:  32% (16/49)
Resolving deltas:  36% (18/49)
Resolving deltas:  38% (19/49)
Resolving deltas:  42% (21/49)
Resolving deltas:  44% (22/49)
Resolving deltas:  53% (26/49)
Resolving deltas:  57% (28/49)
Resolving deltas:  59% (29/49)
Resolving deltas:  65% (32/49)
Resolving deltas:  69% (34/49)
Resolving deltas:  75% (37/49)
Resolving deltas:  79% (39/49)
Resolving deltas:  81% (40/49)
Resolving deltas:  83% (41/49)
Resolving deltas:  85% (42/49)
Resolving deltas:  89% (44/49)
Resolving deltas:  91% (45/49)
Resolving deltas:  93% (46/49)
Resolving deltas: 100% (49/49)
Resolving deltas: 100% (49/49), done.
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-vehicle'...
remote: Enumerating objects: 12, done.        
remote: Counting objects:   8% (1/12)        
remote: Counting objects:  16% (2/12)        
remote: Counting objects:  25% (3/12)        
remote: Counting objects:  33% (4/12)        
remote: Counting objects:  41% (5/12)        
remote: Counting objects:  50% (6/12)        
remote: Counting objects:  58% (7/12)        
remote: Counting objects:  66% (8/12)        
remote: Counting objects:  75% (9/12)        
remote: Counting objects:  83% (10/12)        
remote: Counting objects:  91% (11/12)        
remote: Counting objects: 100% (12/12)        
remote: Counting objects: 100% (12/12), done.        
remote: Compressing objects:  10% (1/10)        
remote: Compressing objects:  20% (2/10)        
remote: Compressing objects:  30% (3/10)        
remote: Compressing objects:  40% (4/10)        
remote: Compressing objects:  50% (5/10)        
remote: Compressing objects:  60% (6/10)        
remote: Compressing objects:  70% (7/10)        
remote: Compressing objects:  80% (8/10)        
remote: Compressing objects:  90% (9/10)        
remote: Compressing objects: 100% (10/10)        
remote: Compressing objects: 100% (10/10), done.        
remote: Total 12 (delta 1), reused 0 (delta 0), pack-reused 0        
Receiving objects:   8% (1/12)
Receiving objects:  16% (2/12)
Receiving objects:  25% (3/12)
Receiving objects:  33% (4/12)
Receiving objects:  41% (5/12)
Receiving objects:  50% (6/12)
Receiving objects:  58% (7/12)
Receiving objects:  66% (8/12)
Receiving objects:  75% (9/12)
Receiving objects:  83% (10/12)
Receiving objects:  91% (11/12)
Receiving objects: 100% (12/12)
Receiving objects: 100% (12/12), done.
Resolving deltas:   0% (0/1)
Resolving deltas: 100% (1/1)
Resolving deltas: 100% (1/1), done.
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-common'...
remote: Enumerating objects: 96, done.        
remote: Counting objects:   1% (1/58)        
remote: Counting objects:   3% (2/58)        
remote: Counting objects:   5% (3/58)        
remote: Counting objects:   6% (4/58)        
remote: Counting objects:   8% (5/58)        
remote: Counting objects:  10% (6/58)        
remote: Counting objects:  12% (7/58)        
remote: Counting objects:  13% (8/58)        
remote: Counting objects:  15% (9/58)        
remote: Counting objects:  17% (10/58)        
remote: Counting objects:  18% (11/58)        
remote: Counting objects:  20% (12/58)        
remote: Counting objects:  22% (13/58)        
remote: Counting objects:  24% (14/58)        
remote: Counting objects:  25% (15/58)        
remote: Counting objects:  27% (16/58)        
remote: Counting objects:  29% (17/58)        
remote: Counting objects:  31% (18/58)        
remote: Counting objects:  32% (19/58)        
remote: Counting objects:  34% (20/58)        
remote: Counting objects:  36% (21/58)        
remote: Counting objects:  37% (22/58)        
remote: Counting objects:  39% (23/58)        
remote: Counting objects:  41% (24/58)        
remote: Counting objects:  43% (25/58)        
remote: Counting objects:  44% (26/58)        
remote: Counting objects:  46% (27/58)        
remote: Counting objects:  48% (28/58)        
remote: Counting objects:  50% (29/58)        
remote: Counting objects:  51% (30/58)        
remote: Counting objects:  53% (31/58)        
remote: Counting objects:  55% (32/58)        
remote: Counting objects:  56% (33/58)        
remote: Counting objects:  58% (34/58)        
remote: Counting objects:  60% (35/58)        
remote: Counting objects:  62% (36/58)        
remote: Counting objects:  63% (37/58)        
remote: Counting objects:  65% (38/58)        
remote: Counting objects:  67% (39/58)        
remote: Counting objects:  68% (40/58)        
remote: Counting objects:  70% (41/58)        
remote: Counting objects:  72% (42/58)        
remote: Counting objects:  74% (43/58)        
remote: Counting objects:  75% (44/58)        
remote: Counting objects:  77% (45/58)        
remote: Counting objects:  79% (46/58)        
remote: Counting objects:  81% (47/58)        
remote: Counting objects:  82% (48/58)        
remote: Counting objects:  84% (49/58)        
remote: Counting objects:  86% (50/58)        
remote: Counting objects:  87% (51/58)        
remote: Counting objects:  89% (52/58)        
remote: Counting objects:  91% (53/58)        
remote: Counting objects:  93% (54/58)        
remote: Counting objects:  94% (55/58)        
remote: Counting objects:  96% (56/58)        
remote: Counting objects:  98% (57/58)        
remote: Counting objects: 100% (58/58)        
remote: Counting objects: 100% (58/58), done.        
remote: Compressing objects:   6% (1/15)        
remote: Compressing objects:  13% (2/15)        
remote: Compressing objects:  20% (3/15)        
remote: Compressing objects:  26% (4/15)        
remote: Compressing objects:  33% (5/15)        
remote: Compressing objects:  40% (6/15)        
remote: Compressing objects:  46% (7/15)        
remote: Compressing objects:  53% (8/15)        
remote: Compressing objects:  60% (9/15)        
remote: Compressing objects:  66% (10/15)        
remote: Compressing objects:  73% (11/15)        
remote: Compressing objects:  80% (12/15)        
remote: Compressing objects:  86% (13/15)        
remote: Compressing objects:  93% (14/15)        
remote: Compressing objects: 100% (15/15)        
remote: Compressing objects: 100% (15/15), done.        
Receiving objects:   1% (1/96)
Receiving objects:   2% (2/96)
Receiving objects:   3% (3/96)
Receiving objects:   4% (4/96)
Receiving objects:   5% (5/96)
Receiving objects:   6% (6/96)
Receiving objects:   7% (7/96)
Receiving objects:   8% (8/96)
Receiving objects:   9% (9/96)
Receiving objects:  10% (10/96)
Receiving objects:  11% (11/96)
Receiving objects:  12% (12/96)
Receiving objects:  13% (13/96)
Receiving objects:  14% (14/96)
Receiving objects:  15% (15/96)
Receiving objects:  16% (16/96)
Receiving objects:  17% (17/96)
Receiving objects:  18% (18/96)
Receiving objects:  19% (19/96)
Receiving objects:  20% (20/96)
Receiving objects:  21% (21/96)
Receiving objects:  22% (22/96)
Receiving objects:  23% (23/96)
Receiving objects:  25% (24/96)
Receiving objects:  26% (25/96)
Receiving objects:  27% (26/96)
Receiving objects:  28% (27/96)
Receiving objects:  29% (28/96)
Receiving objects:  30% (29/96)
Receiving objects:  31% (30/96)
Receiving objects:  32% (31/96)
Receiving objects:  33% (32/96)
Receiving objects:  34% (33/96)
Receiving objects:  35% (34/96)
Receiving objects:  36% (35/96)
Receiving objects:  37% (36/96)
remote: Total 96 (delta 11), reused 52 (delta 10), pack-reused 38        
Receiving objects:  38% (37/96)
Receiving objects:  39% (38/96)
Receiving objects:  40% (39/96)
Receiving objects:  41% (40/96)
Receiving objects:  42% (41/96)
Receiving objects:  43% (42/96)
Receiving objects:  44% (43/96)
Receiving objects:  45% (44/96)
Receiving objects:  46% (45/96)
Receiving objects:  47% (46/96)
Receiving objects:  48% (47/96)
Receiving objects:  50% (48/96)
Receiving objects:  51% (49/96)
Receiving objects:  52% (50/96)
Receiving objects:  53% (51/96)
Receiving objects:  54% (52/96)
Receiving objects:  55% (53/96)
Receiving objects:  56% (54/96)
Receiving objects:  57% (55/96)
Receiving objects:  58% (56/96)
Receiving objects:  59% (57/96)
Receiving objects:  60% (58/96)
Receiving objects:  61% (59/96)
Receiving objects:  62% (60/96)
Receiving objects:  63% (61/96)
Receiving objects:  64% (62/96)
Receiving objects:  65% (63/96)
Receiving objects:  66% (64/96)
Receiving objects:  67% (65/96)
Receiving objects:  68% (66/96)
Receiving objects:  69% (67/96)
Receiving objects:  70% (68/96)
Receiving objects:  71% (69/96)
Receiving objects:  72% (70/96)
Receiving objects:  73% (71/96)
Receiving objects:  75% (72/96)
Receiving objects:  76% (73/96)
Receiving objects:  77% (74/96)
Receiving objects:  78% (75/96)
Receiving objects:  79% (76/96)
Receiving objects:  80% (77/96)
Receiving objects:  81% (78/96)
Receiving objects:  82% (79/96)
Receiving objects:  83% (80/96)
Receiving objects:  84% (81/96)
Receiving objects:  85% (82/96)
Receiving objects:  86% (83/96)
Receiving objects:  87% (84/96)
Receiving objects:  88% (85/96)
Receiving objects:  89% (86/96)
Receiving objects:  90% (87/96)
Receiving objects:  91% (88/96)
Receiving objects:  92% (89/96)
Receiving objects:  93% (90/96)
Receiving objects:  94% (91/96)
Receiving objects:  95% (92/96)
Receiving objects:  96% (93/96)
Receiving objects:  97% (94/96)
Receiving objects:  98% (95/96)
Receiving objects: 100% (96/96)
Receiving objects: 100% (96/96), 21.47 KiB | 10.74 MiB/s, done.
Resolving deltas:   0% (0/16)
Resolving deltas:   6% (1/16)
Resolving deltas:  12% (2/16)
Resolving deltas:  56% (9/16)
Resolving deltas: 100% (16/16)
Resolving deltas: 100% (16/16), done.
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-device'...
remote: Enumerating objects: 1239, done.        
remote: Counting objects:   0% (1/118)        
remote: Counting objects:   1% (2/118)        
remote: Counting objects:   2% (3/118)        
remote: Counting objects:   3% (4/118)        
remote: Counting objects:   4% (5/118)        
remote: Counting objects:   5% (6/118)        
remote: Counting objects:   6% (8/118)        
remote: Counting objects:   7% (9/118)        
remote: Counting objects:   8% (10/118)        
remote: Counting objects:   9% (11/118)        
remote: Counting objects:  10% (12/118)        
remote: Counting objects:  11% (13/118)        
remote: Counting objects:  12% (15/118)        
remote: Counting objects:  13% (16/118)        
remote: Counting objects:  14% (17/118)        
remote: Counting objects:  15% (18/118)        
remote: Counting objects:  16% (19/118)        
remote: Counting objects:  17% (21/118)        
remote: Counting objects:  18% (22/118)        
remote: Counting objects:  19% (23/118)        
remote: Counting objects:  20% (24/118)        
remote: Counting objects:  21% (25/118)        
remote: Counting objects:  22% (26/118)        
remote: Counting objects:  23% (28/118)        
remote: Counting objects:  24% (29/118)        
remote: Counting objects:  25% (30/118)        
remote: Counting objects:  26% (31/118)        
remote: Counting objects:  27% (32/118)        
remote: Counting objects:  28% (34/118)        
remote: Counting objects:  29% (35/118)        
remote: Counting objects:  30% (36/118)        
remote: Counting objects:  31% (37/118)        
remote: Counting objects:  32% (38/118)        
remote: Counting objects:  33% (39/118)        
remote: Counting objects:  34% (41/118)        
remote: Counting objects:  35% (42/118)        
remote: Counting objects:  36% (43/118)        
remote: Counting objects:  37% (44/118)        
remote: Counting objects:  38% (45/118)        
remote: Counting objects:  39% (47/118)        
remote: Counting objects:  40% (48/118)        
remote: Counting objects:  41% (49/118)        
remote: Counting objects:  42% (50/118)        
remote: Counting objects:  43% (51/118)        
remote: Counting objects:  44% (52/118)        
remote: Counting objects:  45% (54/118)        
remote: Counting objects:  46% (55/118)        
remote: Counting objects:  47% (56/118)        
remote: Counting objects:  48% (57/118)        
remote: Counting objects:  49% (58/118)        
remote: Counting objects:  50% (59/118)        
remote: Counting objects:  51% (61/118)        
remote: Counting objects:  52% (62/118)        
remote: Counting objects:  53% (63/118)        
remote: Counting objects:  54% (64/118)        
remote: Counting objects:  55% (65/118)        
remote: Counting objects:  56% (67/118)        
remote: Counting objects:  57% (68/118)        
remote: Counting objects:  58% (69/118)        
remote: Counting objects:  59% (70/118)        
remote: Counting objects:  60% (71/118)        
remote: Counting objects:  61% (72/118)        
remote: Counting objects:  62% (74/118)        
remote: Counting objects:  63% (75/118)        
remote: Counting objects:  64% (76/118)        
remote: Counting objects:  65% (77/118)        
remote: Counting objects:  66% (78/118)        
remote: Counting objects:  67% (80/118)        
remote: Counting objects:  68% (81/118)        
remote: Counting objects:  69% (82/118)        
remote: Counting objects:  70% (83/118)        
remote: Counting objects:  71% (84/118)        
remote: Counting objects:  72% (85/118)        
remote: Counting objects:  73% (87/118)        
remote: Counting objects:  74% (88/118)        
remote: Counting objects:  75% (89/118)        
remote: Counting objects:  76% (90/118)        
remote: Counting objects:  77% (91/118)        
remote: Counting objects:  78% (93/118)        
remote: Counting objects:  79% (94/118)        
remote: Counting objects:  80% (95/118)        
remote: Counting objects:  81% (96/118)        
remote: Counting objects:  82% (97/118)        
remote: Counting objects:  83% (98/118)        
remote: Counting objects:  84% (100/118)        
remote: Counting objects:  85% (101/118)        
remote: Counting objects:  86% (102/118)        
remote: Counting objects:  87% (103/118)        
remote: Counting objects:  88% (104/118)        
remote: Counting objects:  89% (106/118)        
remote: Counting objects:  90% (107/118)        
remote: Counting objects:  91% (108/118)        
remote: Counting objects:  92% (109/118)        
remote: Counting objects:  93% (110/118)        
remote: Counting objects:  94% (111/118)        
remote: Counting objects:  95% (113/118)        
remote: Counting objects:  96% (114/118)        
remote: Counting objects:  97% (115/118)        
remote: Counting objects:  98% (116/118)        
remote: Counting objects:  99% (117/118)        
remote: Counting objects: 100% (118/118)        
remote: Counting objects: 100% (118/118), done.        
remote: Compressing objects:   1% (1/98)        
remote: Compressing objects:   2% (2/98)        
remote: Compressing objects:   3% (3/98)        
remote: Compressing objects:   4% (4/98)        
remote: Compressing objects:   5% (5/98)        
remote: Compressing objects:   6% (6/98)        
remote: Compressing objects:   7% (7/98)        
remote: Compressing objects:   8% (8/98)        
remote: Compressing objects:   9% (9/98)        
remote: Compressing objects:  10% (10/98)        
remote: Compressing objects:  11% (11/98)        
remote: Compressing objects:  12% (12/98)        
remote: Compressing objects:  13% (13/98)        
remote: Compressing objects:  14% (14/98)        
remote: Compressing objects:  15% (15/98)        
remote: Compressing objects:  16% (16/98)        
remote: Compressing objects:  17% (17/98)        
remote: Compressing objects:  18% (18/98)        
remote: Compressing objects:  19% (19/98)        
remote: Compressing objects:  20% (20/98)        
remote: Compressing objects:  21% (21/98)        
remote: Compressing objects:  22% (22/98)        
remote: Compressing objects:  23% (23/98)        
remote: Compressing objects:  24% (24/98)        
remote: Compressing objects:  25% (25/98)        
remote: Compressing objects:  26% (26/98)        
remote: Compressing objects:  27% (27/98)        
remote: Compressing objects:  28% (28/98)        
remote: Compressing objects:  29% (29/98)        
remote: Compressing objects:  30% (30/98)        
remote: Compressing objects:  31% (31/98)        
remote: Compressing objects:  32% (32/98)        
remote: Compressing objects:  33% (33/98)        
remote: Compressing objects:  34% (34/98)        
remote: Compressing objects:  35% (35/98)        
remote: Compressing objects:  36% (36/98)        
remote: Compressing objects:  37% (37/98)        
remote: Compressing objects:  38% (38/98)        
remote: Compressing objects:  39% (39/98)        
remote: Compressing objects:  40% (40/98)        
remote: Compressing objects:  41% (41/98)        
remote: Compressing objects:  42% (42/98)        
remote: Compressing objects:  43% (43/98)        
remote: Compressing objects:  44% (44/98)        
remote: Compressing objects:  45% (45/98)        
remote: Compressing objects:  46% (46/98)        
remote: Compressing objects:  47% (47/98)        
remote: Compressing objects:  48% (48/98)        
remote: Compressing objects:  50% (49/98)        
remote: Compressing objects:  51% (50/98)        
remote: Compressing objects:  52% (51/98)        
remote: Compressing objects:  53% (52/98)        
remote: Compressing objects:  54% (53/98)        
remote: Compressing objects:  55% (54/98)        
remote: Compressing objects:  56% (55/98)        
remote: Compressing objects:  57% (56/98)        
remote: Compressing objects:  58% (57/98)        
remote: Compressing objects:  59% (58/98)        
remote: Compressing objects:  60% (59/98)        
remote: Compressing objects:  61% (60/98)        
remote: Compressing objects:  62% (61/98)        
remote: Compressing objects:  63% (62/98)        
remote: Compressing objects:  64% (63/98)        
remote: Compressing objects:  65% (64/98)        
remote: Compressing objects:  66% (65/98)        
remote: Compressing objects:  67% (66/98)        
remote: Compressing objects:  68% (67/98)        
remote: Compressing objects:  69% (68/98)        
remote: Compressing objects:  70% (69/98)        
remote: Compressing objects:  71% (70/98)        
remote: Compressing objects:  72% (71/98)        
remote: Compressing objects:  73% (72/98)        
remote: Compressing objects:  74% (73/98)        
remote: Compressing objects:  75% (74/98)        
remote: Compressing objects:  76% (75/98)        
remote: Compressing objects:  77% (76/98)        
remote: Compressing objects:  78% (77/98)        
remote: Compressing objects:  79% (78/98)        
remote: Compressing objects:  80% (79/98)        
remote: Compressing objects:  81% (80/98)        
remote: Compressing objects:  82% (81/98)        
remote: Compressing objects:  83% (82/98)        
remote: Compressing objects:  84% (83/98)        
remote: Compressing objects:  85% (84/98)        
remote: Compressing objects:  86% (85/98)        
remote: Compressing objects:  87% (86/98)        
remote: Compressing objects:  88% (87/98)        
remote: Compressing objects:  89% (88/98)        
remote: Compressing objects:  90% (89/98)        
remote: Compressing objects:  91% (90/98)        
remote: Compressing objects:  92% (91/98)        
remote: Compressing objects:  93% (92/98)        
remote: Compressing objects:  94% (93/98)        
remote: Compressing objects:  95% (94/98)        
remote: Compressing objects:  96% (95/98)        
remote: Compressing objects:  97% (96/98)        
remote: Compressing objects:  98% (97/98)        
remote: Compressing objects: 100% (98/98)        
remote: Compressing objects: 100% (98/98), done.        
Receiving objects:   0% (1/1239)
Receiving objects:   1% (13/1239)
Receiving objects:   2% (25/1239)
Receiving objects:   3% (38/1239)
Receiving objects:   4% (50/1239)
Receiving objects:   5% (62/1239)
Receiving objects:   6% (75/1239)
Receiving objects:   7% (87/1239)
Receiving objects:   8% (100/1239)
Receiving objects:   9% (112/1239)
Receiving objects:  10% (124/1239)
Receiving objects:  11% (137/1239)
Receiving objects:  12% (149/1239)
Receiving objects:  13% (162/1239)
Receiving objects:  14% (174/1239)
Receiving objects:  15% (186/1239)
Receiving objects:  16% (199/1239)
Receiving objects:  17% (211/1239)
remote: Total 1239 (delta 19), reused 116 (delta 17), pack-reused 1121        
Receiving objects:  18% (224/1239)
Receiving objects:  19% (236/1239)
Receiving objects:  20% (248/1239)
Receiving objects:  21% (261/1239)
Receiving objects:  22% (273/1239)
Receiving objects:  23% (285/1239)
Receiving objects:  24% (298/1239)
Receiving objects:  25% (310/1239)
Receiving objects:  26% (323/1239)
Receiving objects:  27% (335/1239)
Receiving objects:  28% (347/1239)
Receiving objects:  29% (360/1239)
Receiving objects:  30% (372/1239)
Receiving objects:  31% (385/1239)
Receiving objects:  32% (397/1239)
Receiving objects:  33% (409/1239)
Receiving objects:  34% (422/1239)
Receiving objects:  35% (434/1239)
Receiving objects:  36% (447/1239)
Receiving objects:  37% (459/1239)
Receiving objects:  38% (471/1239)
Receiving objects:  39% (484/1239)
Receiving objects:  40% (496/1239)
Receiving objects:  41% (508/1239)
Receiving objects:  42% (521/1239)
Receiving objects:  43% (533/1239)
Receiving objects:  44% (546/1239)
Receiving objects:  45% (558/1239)
Receiving objects:  46% (570/1239)
Receiving objects:  47% (583/1239)
Receiving objects:  48% (595/1239)
Receiving objects:  49% (608/1239)
Receiving objects:  50% (620/1239)
Receiving objects:  51% (632/1239)
Receiving objects:  52% (645/1239)
Receiving objects:  53% (657/1239)
Receiving objects:  54% (670/1239)
Receiving objects:  55% (682/1239)
Receiving objects:  56% (694/1239)
Receiving objects:  57% (707/1239)
Receiving objects:  58% (719/1239)
Receiving objects:  59% (732/1239)
Receiving objects:  60% (744/1239)
Receiving objects:  61% (756/1239)
Receiving objects:  62% (769/1239)
Receiving objects:  63% (781/1239)
Receiving objects:  64% (793/1239)
Receiving objects:  65% (806/1239)
Receiving objects:  66% (818/1239)
Receiving objects:  67% (831/1239)
Receiving objects:  68% (843/1239)
Receiving objects:  69% (855/1239)
Receiving objects:  70% (868/1239)
Receiving objects:  71% (880/1239)
Receiving objects:  72% (893/1239)
Receiving objects:  73% (905/1239)
Receiving objects:  74% (917/1239)
Receiving objects:  75% (930/1239)
Receiving objects:  76% (942/1239)
Receiving objects:  77% (955/1239)
Receiving objects:  78% (967/1239)
Receiving objects:  79% (979/1239)
Receiving objects:  80% (992/1239)
Receiving objects:  81% (1004/1239)
Receiving objects:  82% (1016/1239)
Receiving objects:  83% (1029/1239)
Receiving objects:  84% (1041/1239)
Receiving objects:  85% (1054/1239)
Receiving objects:  86% (1066/1239)
Receiving objects:  87% (1078/1239)
Receiving objects:  88% (1091/1239)
Receiving objects:  89% (1103/1239)
Receiving objects:  90% (1116/1239)
Receiving objects:  91% (1128/1239)
Receiving objects:  92% (1140/1239)
Receiving objects:  93% (1153/1239)
Receiving objects:  94% (1165/1239)
Receiving objects:  95% (1178/1239)
Receiving objects:  96% (1190/1239)
Receiving objects:  97% (1202/1239)
Receiving objects:  98% (1215/1239)
Receiving objects:  99% (1227/1239)
Receiving objects: 100% (1239/1239)
Receiving objects: 100% (1239/1239), 141.45 KiB | 23.58 MiB/s, done.
Resolving deltas:   0% (0/386)
Resolving deltas:   1% (5/386)
Resolving deltas:  18% (71/386)
Resolving deltas:  19% (74/386)
Resolving deltas:  29% (112/386)
Resolving deltas:  30% (116/386)
Resolving deltas:  32% (125/386)
Resolving deltas:  39% (152/386)
Resolving deltas:  46% (180/386)
Resolving deltas:  47% (182/386)
Resolving deltas:  50% (196/386)
Resolving deltas:  53% (205/386)
Resolving deltas:  61% (238/386)
Resolving deltas:  62% (241/386)
Resolving deltas:  65% (252/386)
Resolving deltas:  66% (257/386)
Resolving deltas:  72% (278/386)
Resolving deltas:  78% (302/386)
Resolving deltas:  81% (313/386)
Resolving deltas:  82% (317/386)
Resolving deltas:  84% (327/386)
Resolving deltas:  85% (329/386)
Resolving deltas:  86% (332/386)
Resolving deltas:  87% (336/386)
Resolving deltas:  88% (340/386)
Resolving deltas:  89% (344/386)
Resolving deltas:  90% (348/386)
Resolving deltas:  91% (353/386)
Resolving deltas:  92% (356/386)
Resolving deltas:  93% (359/386)
Resolving deltas:  94% (363/386)
Resolving deltas:  95% (367/386)
Resolving deltas:  96% (372/386)
Resolving deltas:  97% (377/386)
Resolving deltas:  98% (379/386)
Resolving deltas:  99% (383/386)
Resolving deltas: 100% (386/386)
Resolving deltas: 100% (386/386), done.
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-mqtt'...
remote: Enumerating objects: 108, done.        
remote: Counting objects:   1% (1/80)        
remote: Counting objects:   2% (2/80)        
remote: Counting objects:   3% (3/80)        
remote: Counting objects:   5% (4/80)        
remote: Counting objects:   6% (5/80)        
remote: Counting objects:   7% (6/80)        
remote: Counting objects:   8% (7/80)        
remote: Counting objects:  10% (8/80)        
remote: Counting objects:  11% (9/80)        
remote: Counting objects:  12% (10/80)        
remote: Counting objects:  13% (11/80)        
remote: Counting objects:  15% (12/80)        
remote: Counting objects:  16% (13/80)        
remote: Counting objects:  17% (14/80)        
remote: Counting objects:  18% (15/80)        
remote: Counting objects:  20% (16/80)        
remote: Counting objects:  21% (17/80)        
remote: Counting objects:  22% (18/80)        
remote: Counting objects:  23% (19/80)        
remote: Counting objects:  25% (20/80)        
remote: Counting objects:  26% (21/80)        
remote: Counting objects:  27% (22/80)        
remote: Counting objects:  28% (23/80)        
remote: Counting objects:  30% (24/80)        
remote: Counting objects:  31% (25/80)        
remote: Counting objects:  32% (26/80)        
remote: Counting objects:  33% (27/80)        
remote: Counting objects:  35% (28/80)        
remote: Counting objects:  36% (29/80)        
remote: Counting objects:  37% (30/80)        
remote: Counting objects:  38% (31/80)        
remote: Counting objects:  40% (32/80)        
remote: Counting objects:  41% (33/80)        
remote: Counting objects:  42% (34/80)        
remote: Counting objects:  43% (35/80)        
remote: Counting objects:  45% (36/80)        
remote: Counting objects:  46% (37/80)        
remote: Counting objects:  47% (38/80)        
remote: Counting objects:  48% (39/80)        
remote: Counting objects:  50% (40/80)        
remote: Counting objects:  51% (41/80)        
remote: Counting objects:  52% (42/80)        
remote: Counting objects:  53% (43/80)        
remote: Counting objects:  55% (44/80)        
remote: Counting objects:  56% (45/80)        
remote: Counting objects:  57% (46/80)        
remote: Counting objects:  58% (47/80)        
remote: Counting objects:  60% (48/80)        
remote: Counting objects:  61% (49/80)        
remote: Counting objects:  62% (50/80)        
remote: Counting objects:  63% (51/80)        
remote: Counting objects:  65% (52/80)        
remote: Counting objects:  66% (53/80)        
remote: Counting objects:  67% (54/80)        
remote: Counting objects:  68% (55/80)        
remote: Counting objects:  70% (56/80)        
remote: Counting objects:  71% (57/80)        
remote: Counting objects:  72% (58/80)        
remote: Counting objects:  73% (59/80)        
remote: Counting objects:  75% (60/80)        
remote: Counting objects:  76% (61/80)        
remote: Counting objects:  77% (62/80)        
remote: Counting objects:  78% (63/80)        
remote: Counting objects:  80% (64/80)        
remote: Counting objects:  81% (65/80)        
remote: Counting objects:  82% (66/80)        
remote: Counting objects:  83% (67/80)        
remote: Counting objects:  85% (68/80)        
remote: Counting objects:  86% (69/80)        
remote: Counting objects:  87% (70/80)        
remote: Counting objects:  88% (71/80)        
remote: Counting objects:  90% (72/80)        
remote: Counting objects:  91% (73/80)        
remote: Counting objects:  92% (74/80)        
remote: Counting objects:  93% (75/80)        
remote: Counting objects:  95% (76/80)        
remote: Counting objects:  96% (77/80)        
remote: Counting objects:  97% (78/80)        
remote: Counting objects:  98% (79/80)        
remote: Counting objects: 100% (80/80)        
remote: Counting objects: 100% (80/80), done.        
remote: Compressing objects:   3% (1/32)        
remote: Compressing objects:   6% (2/32)        
remote: Compressing objects:   9% (3/32)        
remote: Compressing objects:  12% (4/32)        
remote: Compressing objects:  15% (5/32)        
remote: Compressing objects:  18% (6/32)        
remote: Compressing objects:  21% (7/32)        
remote: Compressing objects:  25% (8/32)        
remote: Compressing objects:  28% (9/32)        
remote: Compressing objects:  31% (10/32)        
remote: Compressing objects:  34% (11/32)        
remote: Compressing objects:  37% (12/32)        
remote: Compressing objects:  40% (13/32)        
remote: Compressing objects:  43% (14/32)        
remote: Compressing objects:  46% (15/32)        
remote: Compressing objects:  50% (16/32)        
remote: Compressing objects:  53% (17/32)        
remote: Compressing objects:  56% (18/32)        
remote: Compressing objects:  59% (19/32)        
remote: Compressing objects:  62% (20/32)        
remote: Compressing objects:  65% (21/32)        
remote: Compressing objects:  68% (22/32)        
remote: Compressing objects:  71% (23/32)        
remote: Compressing objects:  75% (24/32)        
remote: Compressing objects:  78% (25/32)        
remote: Compressing objects:  81% (26/32)        
remote: Compressing objects:  84% (27/32)        
remote: Compressing objects:  87% (28/32)        
remote: Compressing objects:  90% (29/32)        
remote: Compressing objects:  93% (30/32)        
remote: Compressing objects:  96% (31/32)        
remote: Compressing objects: 100% (32/32)        
remote: Compressing objects: 100% (32/32), done.        
Receiving objects:   0% (1/108)
Receiving objects:   1% (2/108)
Receiving objects:   2% (3/108)
Receiving objects:   3% (4/108)
Receiving objects:   4% (5/108)
Receiving objects:   5% (6/108)
Receiving objects:   6% (7/108)
Receiving objects:   7% (8/108)
Receiving objects:   8% (9/108)
Receiving objects:   9% (10/108)
Receiving objects:  10% (11/108)
Receiving objects:  11% (12/108)
Receiving objects:  12% (13/108)
Receiving objects:  13% (15/108)
Receiving objects:  14% (16/108)
remote: Total 108 (delta 20), reused 69 (delta 14), pack-reused 28        
Receiving objects:  15% (17/108)
Receiving objects:  16% (18/108)
Receiving objects:  17% (19/108)
Receiving objects:  18% (20/108)
Receiving objects:  19% (21/108)
Receiving objects:  20% (22/108)
Receiving objects:  21% (23/108)
Receiving objects:  22% (24/108)
Receiving objects:  23% (25/108)
Receiving objects:  24% (26/108)
Receiving objects:  25% (27/108)
Receiving objects:  26% (29/108)
Receiving objects:  27% (30/108)
Receiving objects:  28% (31/108)
Receiving objects:  29% (32/108)
Receiving objects:  30% (33/108)
Receiving objects:  31% (34/108)
Receiving objects:  32% (35/108)
Receiving objects:  33% (36/108)
Receiving objects:  34% (37/108)
Receiving objects:  35% (38/108)
Receiving objects:  36% (39/108)
Receiving objects:  37% (40/108)
Receiving objects:  38% (42/108)
Receiving objects:  39% (43/108)
Receiving objects:  40% (44/108)
Receiving objects:  41% (45/108)
Receiving objects:  42% (46/108)
Receiving objects:  43% (47/108)
Receiving objects:  44% (48/108)
Receiving objects:  45% (49/108)
Receiving objects:  46% (50/108)
Receiving objects:  47% (51/108)
Receiving objects:  48% (52/108)
Receiving objects:  49% (53/108)
Receiving objects:  50% (54/108)
Receiving objects:  51% (56/108)
Receiving objects:  52% (57/108)
Receiving objects:  53% (58/108)
Receiving objects:  54% (59/108)
Receiving objects:  55% (60/108)
Receiving objects:  56% (61/108)
Receiving objects:  57% (62/108)
Receiving objects:  58% (63/108)
Receiving objects:  59% (64/108)
Receiving objects:  60% (65/108)
Receiving objects:  61% (66/108)
Receiving objects:  62% (67/108)
Receiving objects:  63% (69/108)
Receiving objects:  64% (70/108)
Receiving objects:  65% (71/108)
Receiving objects:  66% (72/108)
Receiving objects:  67% (73/108)
Receiving objects:  68% (74/108)
Receiving objects:  69% (75/108)
Receiving objects:  70% (76/108)
Receiving objects:  71% (77/108)
Receiving objects:  72% (78/108)
Receiving objects:  73% (79/108)
Receiving objects:  74% (80/108)
Receiving objects:  75% (81/108)
Receiving objects:  76% (83/108)
Receiving objects:  77% (84/108)
Receiving objects:  78% (85/108)
Receiving objects:  79% (86/108)
Receiving objects:  80% (87/108)
Receiving objects:  81% (88/108)
Receiving objects:  82% (89/108)
Receiving objects:  83% (90/108)
Receiving objects:  84% (91/108)
Receiving objects:  85% (92/108)
Receiving objects:  86% (93/108)
Receiving objects:  87% (94/108)
Receiving objects:  88% (96/108)
Receiving objects:  89% (97/108)
Receiving objects:  90% (98/108)
Receiving objects:  91% (99/108)
Receiving objects:  92% (100/108)
Receiving objects:  93% (101/108)
Receiving objects:  94% (102/108)
Receiving objects:  95% (103/108)
Receiving objects:  96% (104/108)
Receiving objects:  97% (105/108)
Receiving objects:  98% (106/108)
Receiving objects:  99% (107/108)
Receiving objects: 100% (108/108)
Receiving objects: 100% (108/108), 12.90 KiB | 12.90 MiB/s, done.
Resolving deltas:   0% (0/23)
Resolving deltas:   4% (1/23)
Resolving deltas:  13% (3/23)
Resolving deltas:  17% (4/23)
Resolving deltas:  21% (5/23)
Resolving deltas:  26% (6/23)
Resolving deltas:  47% (11/23)
Resolving deltas:  52% (12/23)
Resolving deltas:  56% (13/23)
Resolving deltas:  69% (16/23)
Resolving deltas: 100% (23/23)
Resolving deltas: 100% (23/23), done.
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-node-shanghai-luojing'...
remote: Enumerating objects: 6, done.        
remote: Counting objects:  16% (1/6)        
remote: Counting objects:  33% (2/6)        
remote: Counting objects:  50% (3/6)        
remote: Counting objects:  66% (4/6)        
remote: Counting objects:  83% (5/6)        
remote: Counting objects: 100% (6/6)        
remote: Counting objects: 100% (6/6), done.        
remote: Compressing objects:  33% (1/3)        
remote: Compressing objects:  66% (2/3)        
remote: Compressing objects: 100% (3/3)        
remote: Compressing objects: 100% (3/3), done.        
remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 0        
Receiving objects:  16% (1/6)
Receiving objects:  33% (2/6)
Receiving objects:  50% (3/6)
Receiving objects:  66% (4/6)
Receiving objects:  83% (5/6)
Receiving objects: 100% (6/6)
Receiving objects: 100% (6/6), done.
Cloning into '/root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-port'...
remote: Enumerating objects: 179, done.        
remote: Counting objects:   0% (1/109)        
remote: Counting objects:   1% (2/109)        
remote: Counting objects:   2% (3/109)        
remote: Counting objects:   3% (4/109)        
remote: Counting objects:   4% (5/109)        
remote: Counting objects:   5% (6/109)        
remote: Counting objects:   6% (7/109)        
remote: Counting objects:   7% (8/109)        
remote: Counting objects:   8% (9/109)        
remote: Counting objects:   9% (10/109)        
remote: Counting objects:  10% (11/109)        
remote: Counting objects:  11% (12/109)        
remote: Counting objects:  12% (14/109)        
remote: Counting objects:  13% (15/109)        
remote: Counting objects:  14% (16/109)        
remote: Counting objects:  15% (17/109)        
remote: Counting objects:  16% (18/109)        
remote: Counting objects:  17% (19/109)        
remote: Counting objects:  18% (20/109)        
remote: Counting objects:  19% (21/109)        
remote: Counting objects:  20% (22/109)        
remote: Counting objects:  21% (23/109)        
remote: Counting objects:  22% (24/109)        
remote: Counting objects:  23% (26/109)        
remote: Counting objects:  24% (27/109)        
remote: Counting objects:  25% (28/109)        
remote: Counting objects:  26% (29/109)        
remote: Counting objects:  27% (30/109)        
remote: Counting objects:  28% (31/109)        
remote: Counting objects:  29% (32/109)        
remote: Counting objects:  30% (33/109)        
remote: Counting objects:  31% (34/109)        
remote: Counting objects:  32% (35/109)        
remote: Counting objects:  33% (36/109)        
remote: Counting objects:  34% (38/109)        
remote: Counting objects:  35% (39/109)        
remote: Counting objects:  36% (40/109)        
remote: Counting objects:  37% (41/109)        
remote: Counting objects:  38% (42/109)        
remote: Counting objects:  39% (43/109)        
remote: Counting objects:  40% (44/109)        
remote: Counting objects:  41% (45/109)        
remote: Counting objects:  42% (46/109)        
remote: Counting objects:  43% (47/109)        
remote: Counting objects:  44% (48/109)        
remote: Counting objects:  45% (50/109)        
remote: Counting objects:  46% (51/109)        
remote: Counting objects:  47% (52/109)        
remote: Counting objects:  48% (53/109)        
remote: Counting objects:  49% (54/109)        
remote: Counting objects:  50% (55/109)        
remote: Counting objects:  51% (56/109)        
remote: Counting objects:  52% (57/109)        
remote: Counting objects:  53% (58/109)        
remote: Counting objects:  54% (59/109)        
remote: Counting objects:  55% (60/109)        
remote: Counting objects:  56% (62/109)        
remote: Counting objects:  57% (63/109)        
remote: Counting objects:  58% (64/109)        
remote: Counting objects:  59% (65/109)        
remote: Counting objects:  60% (66/109)        
remote: Counting objects:  61% (67/109)        
remote: Counting objects:  62% (68/109)        
remote: Counting objects:  63% (69/109)        
remote: Counting objects:  64% (70/109)        
remote: Counting objects:  65% (71/109)        
remote: Counting objects:  66% (72/109)        
remote: Counting objects:  67% (74/109)        
remote: Counting objects:  68% (75/109)        
remote: Counting objects:  69% (76/109)        
remote: Counting objects:  70% (77/109)        
remote: Counting objects:  71% (78/109)        
remote: Counting objects:  72% (79/109)        
remote: Counting objects:  73% (80/109)        
remote: Counting objects:  74% (81/109)        
remote: Counting objects:  75% (82/109)        
remote: Counting objects:  76% (83/109)        
remote: Counting objects:  77% (84/109)        
remote: Counting objects:  78% (86/109)        
remote: Counting objects:  79% (87/109)        
remote: Counting objects:  80% (88/109)        
remote: Counting objects:  81% (89/109)        
remote: Counting objects:  82% (90/109)        
remote: Counting objects:  83% (91/109)        
remote: Counting objects:  84% (92/109)        
remote: Counting objects:  85% (93/109)        
remote: Counting objects:  86% (94/109)        
remote: Counting objects:  87% (95/109)        
remote: Counting objects:  88% (96/109)        
remote: Counting objects:  89% (98/109)        
remote: Counting objects:  90% (99/109)        
remote: Counting objects:  91% (100/109)        
remote: Counting objects:  92% (101/109)        
remote: Counting objects:  93% (102/109)        
remote: Counting objects:  94% (103/109)        
remote: Counting objects:  95% (104/109)        
remote: Counting objects:  96% (105/109)        
remote: Counting objects:  97% (106/109)        
remote: Counting objects:  98% (107/109)        
remote: Counting objects:  99% (108/109)        
remote: Counting objects: 100% (109/109)        
remote: Counting objects: 100% (109/109), done.        
remote: Compressing objects:   1% (1/63)        
remote: Compressing objects:   3% (2/63)        
remote: Compressing objects:   4% (3/63)        
remote: Compressing objects:   6% (4/63)        
remote: Compressing objects:   7% (5/63)        
remote: Compressing objects:   9% (6/63)        
remote: Compressing objects:  11% (7/63)        
remote: Compressing objects:  12% (8/63)        
remote: Compressing objects:  14% (9/63)        
remote: Compressing objects:  15% (10/63)        
remote: Compressing objects:  17% (11/63)        
remote: Compressing objects:  19% (12/63)        
remote: Compressing objects:  20% (13/63)        
remote: Compressing objects:  22% (14/63)        
remote: Compressing objects:  23% (15/63)        
remote: Compressing objects:  25% (16/63)        
remote: Compressing objects:  26% (17/63)        
remote: Compressing objects:  28% (18/63)        
remote: Compressing objects:  30% (19/63)        
remote: Compressing objects:  31% (20/63)        
remote: Compressing objects:  33% (21/63)        
remote: Compressing objects:  34% (22/63)        
remote: Compressing objects:  36% (23/63)        
remote: Compressing objects:  38% (24/63)        
remote: Compressing objects:  39% (25/63)        
remote: Compressing objects:  41% (26/63)        
remote: Compressing objects:  42% (27/63)        
remote: Compressing objects:  44% (28/63)        
remote: Compressing objects:  46% (29/63)        
remote: Compressing objects:  47% (30/63)        
remote: Compressing objects:  49% (31/63)        
remote: Compressing objects:  50% (32/63)        
remote: Compressing objects:  52% (33/63)        
remote: Compressing objects:  53% (34/63)        
remote: Compressing objects:  55% (35/63)        
remote: Compressing objects:  57% (36/63)        
remote: Compressing objects:  58% (37/63)        
remote: Compressing objects:  60% (38/63)        
remote: Compressing objects:  61% (39/63)        
remote: Compressing objects:  63% (40/63)        
remote: Compressing objects:  65% (41/63)        
remote: Compressing objects:  66% (42/63)        
remote: Compressing objects:  68% (43/63)        
remote: Compressing objects:  69% (44/63)        
remote: Compressing objects:  71% (45/63)        
remote: Compressing objects:  73% (46/63)        
remote: Compressing objects:  74% (47/63)        
remote: Compressing objects:  76% (48/63)        
remote: Compressing objects:  77% (49/63)        
remote: Compressing objects:  79% (50/63)        
remote: Compressing objects:  80% (51/63)        
remote: Compressing objects:  82% (52/63)        
remote: Compressing objects:  84% (53/63)        
remote: Compressing objects:  85% (54/63)        
remote: Compressing objects:  87% (55/63)        
remote: Compressing objects:  88% (56/63)        
remote: Compressing objects:  90% (57/63)        
remote: Compressing objects:  92% (58/63)        
remote: Compressing objects:  93% (59/63)        
remote: Compressing objects:  95% (60/63)        
remote: Compressing objects:  96% (61/63)        
remote: Compressing objects:  98% (62/63)        
remote: Compressing objects: 100% (63/63)        
remote: Compressing objects: 100% (63/63), done.        
Receiving objects:   0% (1/179)
Receiving objects:   1% (2/179)
Receiving objects:   2% (4/179)
Receiving objects:   3% (6/179)
Receiving objects:   4% (8/179)
Receiving objects:   5% (9/179)
Receiving objects:   6% (11/179)
Receiving objects:   7% (13/179)
Receiving objects:   8% (15/179)
Receiving objects:   9% (17/179)
Receiving objects:  10% (18/179)
Receiving objects:  11% (20/179)
Receiving objects:  12% (22/179)
Receiving objects:  13% (24/179)
Receiving objects:  14% (26/179)
Receiving objects:  15% (27/179)
Receiving objects:  16% (29/179)
Receiving objects:  17% (31/179)
Receiving objects:  18% (33/179)
Receiving objects:  19% (35/179)
Receiving objects:  20% (36/179)
Receiving objects:  21% (38/179)
Receiving objects:  22% (40/179)
Receiving objects:  23% (42/179)
Receiving objects:  24% (43/179)
Receiving objects:  25% (45/179)
Receiving objects:  26% (47/179)
Receiving objects:  27% (49/179)
Receiving objects:  28% (51/179)
Receiving objects:  29% (52/179)
Receiving objects:  30% (54/179)
Receiving objects:  31% (56/179)
Receiving objects:  32% (58/179)
Receiving objects:  33% (60/179)
Receiving objects:  34% (61/179)
Receiving objects:  35% (63/179)
Receiving objects:  36% (65/179)
Receiving objects:  37% (67/179)
Receiving objects:  38% (69/179)
Receiving objects:  39% (70/179)
Receiving objects:  40% (72/179)
Receiving objects:  41% (74/179)
Receiving objects:  42% (76/179)
Receiving objects:  43% (77/179)
Receiving objects:  44% (79/179)
Receiving objects:  45% (81/179)
Receiving objects:  46% (83/179)
Receiving objects:  47% (85/179)
Receiving objects:  48% (86/179)
Receiving objects:  49% (88/179)
Receiving objects:  50% (90/179)
Receiving objects:  51% (92/179)
Receiving objects:  52% (94/179)
Receiving objects:  53% (95/179)
Receiving objects:  54% (97/179)
Receiving objects:  55% (99/179)
remote: Total 179 (delta 51), reused 77 (delta 33), pack-reused 70        
Receiving objects:  56% (101/179)
Receiving objects:  57% (103/179)
Receiving objects:  58% (104/179)
Receiving objects:  59% (106/179)
Receiving objects:  60% (108/179)
Receiving objects:  61% (110/179)
Receiving objects:  62% (111/179)
Receiving objects:  63% (113/179)
Receiving objects:  64% (115/179)
Receiving objects:  65% (117/179)
Receiving objects:  66% (119/179)
Receiving objects:  67% (120/179)
Receiving objects:  68% (122/179)
Receiving objects:  69% (124/179)
Receiving objects:  70% (126/179)
Receiving objects:  71% (128/179)
Receiving objects:  72% (129/179)
Receiving objects:  73% (131/179)
Receiving objects:  74% (133/179)
Receiving objects:  75% (135/179)
Receiving objects:  76% (137/179)
Receiving objects:  77% (138/179)
Receiving objects:  78% (140/179)
Receiving objects:  79% (142/179)
Receiving objects:  80% (144/179)
Receiving objects:  81% (145/179)
Receiving objects:  82% (147/179)
Receiving objects:  83% (149/179)
Receiving objects:  84% (151/179)
Receiving objects:  85% (153/179)
Receiving objects:  86% (154/179)
Receiving objects:  87% (156/179)
Receiving objects:  88% (158/179)
Receiving objects:  89% (160/179)
Receiving objects:  90% (162/179)
Receiving objects:  91% (163/179)
Receiving objects:  92% (165/179)
Receiving objects:  93% (167/179)
Receiving objects:  94% (169/179)
Receiving objects:  95% (171/179)
Receiving objects:  96% (172/179)
Receiving objects:  97% (174/179)
Receiving objects:  98% (176/179)
Receiving objects:  99% (178/179)
Receiving objects: 100% (179/179)
Receiving objects: 100% (179/179), 19.92 KiB | 19.92 MiB/s, done.
Resolving deltas:   0% (0/85)
Resolving deltas:  11% (10/85)
Resolving deltas:  17% (15/85)
Resolving deltas:  18% (16/85)
Resolving deltas:  32% (28/85)
Resolving deltas:  41% (35/85)
Resolving deltas:  42% (36/85)
Resolving deltas:  44% (38/85)
Resolving deltas:  52% (45/85)
Resolving deltas:  55% (47/85)
Resolving deltas:  56% (48/85)
Resolving deltas:  67% (57/85)
Resolving deltas:  74% (63/85)
Resolving deltas:  80% (68/85)
Resolving deltas:  84% (72/85)
Resolving deltas:  87% (74/85)
Resolving deltas:  90% (77/85)
Resolving deltas:  92% (79/85)
Resolving deltas: 100% (85/85)
Resolving deltas: 100% (85/85), done.
Submodule path 'msf-port': checked out '4b35bf9051ae54a7f1a1ea9d0163623eea4152c7'
Submodule path 'msf-vehicle': checked out '211b167f40d6fc862a0c5d42772a62dfc2f50caf'
Submodule path 'system-common': checked out '5bd57ff4ca437e06fb07df55861f3c6ea64ab007'
Submodule path 'system-device': checked out '281e7dc77cbf2923e6acccaac8bc4706cad8dbee'
Submodule path 'system-mqtt': checked out 'ad0dd0191f72a8146b94aff1b6e29b949b4c9a87'
Submodule path 'system-node-shanghai-luojing': checked out 'fdab2fc16f451521bad42039a2c6a2fbe7993ec9'
Submodule path 'system-port': checked out 'df223a1563d312b6b6ef5abfe01773f37df164f4'
[Pipeline] sh
+ ls -d msf-port/ msf-vehicle/ system-common/ system-device/ system-mqtt/ system-node-shanghai-luojing/ system-port/
[Pipeline] echo
[msf-port, msf-vehicle, system-common, system-device, system-mqtt, system-node-shanghai-luojing, system-port]
[Pipeline] sh
+ mkdir -p /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-port/msf_assistant.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-port/msf_localization_share.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-port/README.md /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-vehicle/extrinsics /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-vehicle/msf_localization.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/msf-vehicle/README.md /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-common/system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-device/master /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-device/slave /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-device/system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-mqtt/
[Pipeline] echo
1
[Pipeline] echo
system-mqtt 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-mqtt/system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-node-shanghai-luojing/
[Pipeline] echo
3
[Pipeline] echo
system-node-shanghai-luojing 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-node-shanghai-luojing/master /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-node-shanghai-luojing/slave /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-node-shanghai-luojing/system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-port/peripheral_controller.toml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-port/ros_can_interpreter.toml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/system-port/system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/
extrinsics
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
peripheral_controller.toml
README.md
ros_can_interpreter.toml
slave
system-ros
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ cp -r /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/extrinsics /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/master /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/msf_assistant.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/msf_localization_calibration.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/msf_localization_share.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/msf_localization.yaml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/peripheral_controller.toml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/README.md /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/ros_can_interpreter.toml /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/slave /root/workspace/shanghaiLJ-config/SHLJ001/params_new/params_new/system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001/params/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
 >>>>>>>>>>压缩成zip包>>>>>>>>>> 
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
SHLJ001
[Pipeline] echo
master
[Pipeline] dir
Running in /root/workspace/shanghaiLJ-config/SHLJ001
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_SHLJ001/.git
[Pipeline] dir
Running in /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001/params/master
[Pipeline] {
[Pipeline] sh
++ grep -v version.json
++ xargs
++ ls
+ cp -r camera_driver hardware recorder.toml system-ros /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/shanghaiLJ-config/SHLJ001/params_SHLJ001/params/master@tmp
[Pipeline] sh
+ cp -r params_SHLJ001 params_orin_master_SHLJ001_2023-11-07_19-39-00
[Pipeline] sh
+ zip -rq params_orin_master_SHLJ001_2023-11-07_19-39-00.zip params_orin_master_SHLJ001_2023-11-07_19-39-00 ./version.json
[Pipeline] echo
/root/workspace/shanghaiLJ-config/SHLJ001/params_orin_master_SHLJ001_2023-11-07_19-39-00.zip,/root/workspace/shanghaiLJ-config/SHLJ001/version.json
[Pipeline] sh
+ curl -X POST http://ota.senior.auto/prod-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/shanghaiLJ-config/SHLJ001/params_orin_master_SHLJ001_2023-11-07_19-39-00.zip"' --form 'version=@"/root/workspace/shanghaiLJ-config/SHLJ001/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 1161k    0    43  100 1161k     70  1917k --:--:-- --:--:-- --:--:-- 1917k
[Pipeline] echo
{"msg":"操作成功","code":200,"data":""}
[Pipeline] echo
{"msg":"操作成功","code":200,"data":""}
[Pipeline] readJSON
[Pipeline] echo
[msg:操作成功, code:200, data:]
[Pipeline] echo
status:200
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/shanghaiLJ-config/SHLJ001@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] sh
+ cat /root/commtest/master-project/shanghaiLJ/.SHLJ001.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/shanghaiLJ/.SHLJ001.json
[Pipeline] sh
+ cat /root/commtest/dev-project/shanghaiLJ/.SHLJ001.json
[Pipeline] sh
+ cat /root/commtest/master-project/shanghaiLJ/.SHLJ002.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/shanghaiLJ/.SHLJ002.json
[Pipeline] sh
+ cat /root/commtest/dev-project/shanghaiLJ/.SHLJ002.json
[Pipeline] wrap
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: null
[Pipeline] echo
用户不存在列表中
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: null
[Pipeline] echo
用户不存在列表中
[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": "# 参数发布通知    
    
### [测试] 
 ---  
  - 状态:<font color=#01B468> 编译成功 </font> 
  - 执行人:weilikang 
  - 更新车辆:  
   >  - <font color=#3C3C3C> [SHLJ001master]:   
 **公有dev**: 5cf36f9.**2023/11/07/16:50:05**   
 **私有dev**: c410f14.**2023/11/07/17:40:49**   
 </font>  
   
 ---   
  > 请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   550  100    27  100   523    296   5747 --:--:-- --:--:-- --:--:--  6043
[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