1. [root@localhost ~]# ps aux | grep gitlab-runner
    2. root 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 root
    3. root 17883 0.0 0.0 112828 984 pts/1 S+ 13:54 0:00 grep --color=auto gitlab-runner
    4. [root@localhost ~]# cat /etc/gitlab-runner/config.toml
    5. concurrent = 1
    6. check_interval = 0
    7. [session_server]
    8. session_timeout = 1800
    9. [[runners]]
    10. name = "project-cicd --> settings --> ci/cd"
    11. url = "http://192.168.235.129:9090/"
    12. token = "4cc764522780c8f518a97f3dc508c7"
    13. executor = "shell"
    14. [runners.custom_build_dir]
    15. [runners.cache]
    16. [runners.cache.s3]
    17. [runners.cache.gcs]
    18. [[runners]]
    19. name = "fontend-cicd"
    20. url = "http://192.168.235.129:9090/"
    21. token = "4c97f60c414ea508e3c6733d2033a1"
    22. executor = "shell"
    23. [runners.custom_build_dir]
    24. [runners.cache]
    25. [runners.cache.s3]
    26. [runners.cache.gcs]
    27. [[runners]]
    28. name = "后端项目"
    29. url = "http://192.168.235.129:9090/"
    30. token = "0a183b8545b6d6364dcfe3635eee18"
    31. executor = "shell"
    32. [runners.custom_build_dir]
    33. [runners.cache]
    34. [runners.cache.s3]
    35. [runners.cache.gcs]