[root@localhost ~]# ps aux | grep gitlab-runnerroot 1174 1.1 0.2 138140 20708 ? Ssl 08:22 3:51 /usr/bin/gitlab-runner run --working-directory /home/gitlab-runner --config /etc/gitlab-runner/config.toml --service gitlab-runner --syslog --user rootroot 17883 0.0 0.0 112828 984 pts/1 S+ 13:54 0:00 grep --color=auto gitlab-runner[root@localhost ~]# cat /etc/gitlab-runner/config.tomlconcurrent = 1check_interval = 0[session_server] session_timeout = 1800[[runners]] name = "project-cicd --> settings --> ci/cd" url = "http://192.168.235.129:9090/" token = "4cc764522780c8f518a97f3dc508c7" executor = "shell" [runners.custom_build_dir] [runners.cache] [runners.cache.s3] [runners.cache.gcs][[runners]] name = "fontend-cicd" url = "http://192.168.235.129:9090/" token = "4c97f60c414ea508e3c6733d2033a1" executor = "shell" [runners.custom_build_dir] [runners.cache] [runners.cache.s3] [runners.cache.gcs][[runners]] name = "后端项目" url = "http://192.168.235.129:9090/" token = "0a183b8545b6d6364dcfe3635eee18" executor = "shell" [runners.custom_build_dir] [runners.cache] [runners.cache.s3] [runners.cache.gcs]