首页 > 其他分享 >gitlab-runner

gitlab-runner

时间:2024-06-12 19:32:22浏览次数:18  
标签:12 06 14 runner gitlab 2024

  971  2024-06-12 14:14:14 docker ps 
  972  2024-06-12 14:14:37 cat /etc/os-release 
  973  2024-06-12 14:15:32 java -version
  974  2024-06-12 14:16:24 git -version
  975  2024-06-12 14:16:33 git --version
  976  2024-06-12 14:16:59 yum remove git
  977  2024-06-12 14:17:17 yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
  978  2024-06-12 14:17:26 yum install git
  979  2024-06-12 14:19:28 yum update git
  980  2024-06-12 14:19:42 curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
  981  2024-06-12 14:20:32 sudo yum install gitlab-runner
  982  2024-06-12 14:31:45 df -Th
  983  2024-06-12 14:32:08 gitlab-runner --version
  984  2024-06-12 14:32:24 git --version
  985  2024-06-12 14:33:30 gitlab-runner --version
  986  2024-06-12 14:33:34 gitlab-runner --help
  987  2024-06-12 14:33:44 gitlab-runner start
  988  2024-06-12 14:33:50 gitlab-runner status
  989  2024-06-12 14:37:24 vim /etc/systemd/system/gitlab-runner-run.service
  990  2024-06-12 14:38:20 sudo systemctl daemon-reload
  991  2024-06-12 14:38:28 sudo systemctl start gitlab-runner-run.service
  992  2024-06-12 14:38:51 systemctl status gitlab-runner-run.service
  993  2024-06-12 14:42:40 rm -rf /etc/systemd/system/gitlab-runner-run.service 
  994  2024-06-12 14:42:47 cd /etc/systemd/system/
  995  2024-06-12 14:42:47 ls -l
  996  2024-06-12 14:43:02 vim gitlab-runner.service 
  997  2024-06-12 14:43:27 systemctl enable gitlab-runner.service
  998  2024-06-12 14:43:32 systemctl status gitlab-runner.service

 

标签:12,06,14,runner,gitlab,2024
From: https://www.cnblogs.com/exmyth/p/18244580

相关文章

  • Gitlab01-安装配置
    使用yum安装并配置GitLab安装#安装依赖工具sudoyuminstall-ycurlpolicycoreutils-pythonopenssh-server#启用SSH服务sudosystemctlenablesshdsudosystemctlstartsshd#安装邮件服务sudoyuminstallpostfixsudosystemctlenablepostfixsudosystemct......
  • Gitlab02-结构简介
    gitlab组件nginx#静态web服务器,作为gitlab的proxy代理,处理所有的https静态访问请求gitlab-shell#用于处理Git命令和修改authorizedkeys列表gitlab-workhorse#轻量级反向代理服务器,处理较大的文件上传下载,还有gitpush命令行操作log......
  • git-jenkins阶段02 git标签, github使用, gitlab安装, 配置, 使用, 开发推送和克隆代
    1.Git的标签-a指定标签的名字-m指定说明信息[root@gitgit_data]#gitlog--oneline7d9c037modifyccc.txt13f8051ecommitmodifyoldboy.txtc22a40fmodifytest#把某一次的提交作为一次标签[root@gitgit_data]#gittag-av2.07d9c037-m"te......
  • 推送代码报错:fatal: unable to access 'https://gitlab.com/xxx/xxx.git/': The reque
    错误还原#gitlab使用Bitbucket注册登录,执行gitpush命令,使用token验证报错如下dogle@DESKTOP-KI961IKMINGW64/d/workspaces/xxx(main)$gitpushremote:HTTPBasic:Accessdenied.Theprovidedpasswordortokenisincorrectoryouraccounthas2FAenabledan......
  • 【Gitlab】私有Gitlab仓库部署
    背景在做个人项目开发的时候,经常会遇到多地编写互相同步版本的情况,时间久了版本会出现混乱情况。gitlab是一个基于git的代码仓库管理的开源项目,个人也能够非常简便地搭建自己的私有代码管理仓库,用于个人项目的版本管理。在国内可以使用的版本的gitlab有社区版gitlab-ce、g......
  • Gitlab全家桶(安装|升级|卸载|备份|恢复)
    通用命令sudogitlab-ctlstart#启动所有gitlab组件;sudogitlab-ctlstop#停止所有gitlab组件;sudogitlab-ctlrestart#重启所有gitlab组件;sudogitlab-ctlstatus#查看服务状态;sudogitlab-ctlreconfigure#启动服务;sudovim/etc/gitlab/gitlab.rb#......
  • gitlab CI实践
    1.概念每个工程里可编写.gitlab-ci.yml, 对应一个流水线(pipeline),流水线分不同阶段(stage),每个阶段包含不同作业(job)每个作业有产物(artifacts)默认情况下,后期阶段的作业会自动下载早期阶段作业创建的所有产物。可以使用 dependencies控制作业中的产物下载行为,只取部分产物。使......
  • [email protected]: Permission denied (publickey)
    输入ssh-keygen-trsa-C"[email protected]"   [email protected]的邮箱 一直回车,直到看到  然后到这个路径下打开文件  将里面的内容复制到git帐号的ssh中 ......
  • Gitlab 配置LDAP身份认证
     vi /etc/gitlab/gitlab.rbgitlab_rails['ldap_enabled']=truegitlab_rails['ldap_servers']=YAML.load<<-'EOS'main:#'main'istheGitLab'providerID'ofthisLDAPserverlabel:'LDA......
  • Gitlab Runner在Windows如何自动发布基于.NET Framework 4.8的传统ASP.NET Web应用程
    摘要软件流水线能把程序员从繁琐的发布工作中解脱出来,但是跑在WindowsIIS里的传统Web应用程序,用Docker的方式不是最方便的。本文详细描述如何用Windows的OpenSSHServer来上传网站后,用PowerShell创建和修改IIS的虚拟目录应用程序。一、自动打包传统ASP.NETWeb应用程序1、Gitl......