自学内容网 自学内容网

CI/CD

JenKins部署安装https://help.aliyun.com/document_detail/106712.html

Gitlab安装
https://help.aliyun.com/zh/ecs/use-cases/deploy-and-use-gitlab

Gitlab密码修改
执行命令进入 GitLab Rails Console: :sudo gitlab-rails console
修改密码
user = User.find_by_username(‘root’)
user.password = ‘new_password’
user.password_confirmation = ‘new_password’
user.save!

执行exit命令退出 GitLab Rails Console:

MSE
https://help.aliyun.com/document_detail/404845.html


原文地址:https://blog.csdn.net/qq_41128383/article/details/136288784

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!