Console Output

Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [gitlabToken]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=ota_pyhon_scripts
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=ota_pyhon_scripts
Response Code: HTTP/1.1 200 OK
Response: 
[{"id":581,"description":"a set of scripts for ota","name":"ota_pyhon_scripts","name_with_namespace":"lufengwei / ota_pyhon_scripts","path":"ota_pyhon_scripts","path_with_namespace":"lufengwei/ota_pyhon_scripts","created_at":"2023-04-04T03:19:34.201Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lufengwei/ota_pyhon_scripts.git","http_url_to_repo":"http://159.27.226.4/lufengwei/ota_pyhon_scripts.git","web_url":"http://159.27.226.4/lufengwei/ota_pyhon_scripts","readme_url":"http://159.27.226.4/lufengwei/ota_pyhon_scripts/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2025-01-23T09:39:57.438Z","namespace":{"id":21,"name":"lufengwei","path":"lufengwei","kind":"user","full_path":"lufengwei","parent_id":null,"avatar_url":"https://www.gravatar.com/avatar/9c9ee55add59364e011866735a5f7225?s=80\u0026d=identicon","web_url":"http://159.27.226.4/lufengwei"},"_links":{"self":"http://159.27.226.4/api/v4/projects/581","issues":"http://159.27.226.4/api/v4/projects/581/issues","merge_requests":"http://159.27.226.4/api/v4/projects/581/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/581/repository/branches","labels":"http://159.27.226.4/api/v4/projects/581/labels","events":"http://159.27.226.4/api/v4/projects/581/events","members":"http://159.27.226.4/api/v4/projects/581/members","cluster_agents":"http://159.27.226.4/api/v4/projects/581/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"public","owner":{"id":12,"username":"lufengwei","name":"lufengwei","state":"banned","avatar_url":"https://www.gravatar.com/avatar/9c9ee55add59364e011866735a5f7225?s=80\u0026d=identicon","web_url":"http://159.27.226.4/lufengwei"},"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-05T03:20:09.898Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":false,"jobs_enabled":false,"snippets_enabled":false,"container_registry_enabled":true,"service_desk_enabled":false,"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":"disabled","builds_access_level":"disabled","snippets_access_level":"disabled","pages_access_level":"enabled","operations_access_level":"disabled","analytics_access_level":"disabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":false,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":12,"import_status":"finished","open_issues_count":29,"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":14,"group_name":"System","group_full_path":"system","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}}]
Success: Status code 200 is in the accepted range: 100:399