内容目录

一, 配置

Gitlab

Webhook网络异常

在gitlab网络设置中
file
勾选以下两个即可
file

默认分支设置

file

Jenkins

插件配置国内镜像

镜像地址: https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json
file

构建触发器配置

  1. 首先安装Gitlab插件
    file
  2. 在对应项目配置Tigger
    勾选Build when a change is pushed to GitLab
    file

二, 常见问题

  • Windows下Jenkins控制台展示乱码
    解决方案
    增加系统变量 JAVA_TOOL_OPTIONS,并设置值为-Dfile.encoding=GBK

  • git提交报错 remote: GitLab: LFS objects are missing. Ensure LFS is properly set up or try a manual "git lfs push –all".
    file
    解决方案
    在项目根目录执行 git lfs install, 然后重新提交
    https://docs.gitlab.com/ee/topics/git/lfs/
    file

发表评论