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

相关推荐
虎头金猫5 天前
4K 视频总卡在公网带宽?用 N1 + OpenList 把网盘播放链路重新理顺
运维·服务器·网络·python·容器·beautifulsoup·pandas
赵文宇(温玉)5 天前
CoreDNS的hosts插件的缺行配置导致k8s集群异常
容器·kubernetes·rancher
guo_wen_qiang5 天前
上传本地镜像到harbor中
docker·容器·持续部署
忆~遂愿6 天前
本地片库怎么在外面打开?Plex + cpolar 搭一套可远程访问的私人影音库
docker·容器
不吃香菜kkk、6 天前
CI/CD(GitOps)学习与部署手册
运维·云原生·容器·kubernetes·云计算·jenkins·argocd
九皇叔叔6 天前
Kubernetes 资源管理方式详解:命令式与声明式管理
docker·容器·k8s
程序猿小郑6 天前
Docker Compose 构建完整服务实战指南:从入门到最佳实践
docker·容器
九皇叔叔7 天前
K8S 资源菜单
docker·容器·kubernetes·k8s
wdfk_prog7 天前
ROS教程08:从 TransportTCP::connect() 追到 TCPROS Connection Header、序列化与 Socket 数据传输
运维·缓存·docker·容器·ros
Zhu7587 天前
docker环境快速部署postgresql数据库18及以上版本
postgresql·容器