gitlab页面里哪儿能设置webhooks 新版本的hook我找了好久,点击项目-》setting-》integration里面才有 具体设置参照https://blog.csdn.net/maggietian77/article/detail... 2018年10月10日 gitLab 浏览量:842 次 发表评论 阅读全文
curl: (35) SSL connect error 安装jenkins时报错curl: (35) SSL connect error 原因:curl的版本太旧了,升级curl的版本即可。 yum update curl.x86_64 2018年10月9日 jenkins 浏览量:621 次 发表评论 阅读全文
*.rpm 的公钥没有安装或者*.rpm is not signed yum安装jenkins时提示"*.rpm的公钥没有安装或者"*.rpm is not signed",只需将/etc/yum.conf中"gpgcheck=1"改为"gpgcheck=0"即可。 2018年10月9日 jenkins 浏览量:1,407 次 发表评论 阅读全文
gitLabGitLab 管理员账号初始化 取/修改超级管理员root的密码 a、 切换目录:cd /opt/gitlab/bin b、执行 :sudo gitlab-rails console production 命令 开始初始化密码 c、... 2018年10月9日 浏览量:1,352 次 发表评论 阅读全文
gitlab 邮箱配置后, 发邮件报错 EOFError: end of file reached gitlab 邮箱配置后, 发邮件报 EOFError: end of file reached 基本上上因为配置端口和是否使用ssl配置不匹配导致的。 1 使用2... 2018年10月9日 gitLab 浏览量:2,491 次 发表评论 阅读全文
CentOS-yum错误:Cannot retrieve repository metadata (repomd.xml) for repository: gitlab_gitlab-ce-source. Please verify its path and try again 在安装gitlab后再次使用yum install时总会报错,错误代码如下: Cannot retrieve repository metadata (repomd.xml) for reposito... 2018年10月8日 git 浏览量:1,125 次 发表评论 阅读全文
eclipse中代码中有错误文件上却不显示红叉 1.单个项目修改 项目上右键-->properties-->java compiler-->building-->enable project specific s... 2018年10月8日 eclipse 浏览量:1,180 次 发表评论 阅读全文
angularJenkins自动化部署-前端篇(angular项目) 与后台项目打包设置相似,主要是打包的命令不一样 新建一个自由风格的项目 (更多…) 2018年9月30日 浏览量:2,255 次 发表评论 阅读全文