摘要: 使用jenkins自动化构建gitlab上的项目。 第一步·下载安装jenkins 我使用的服务器的安装方式。 (不能使用本地主机localhost) 参照:https://jenkins.io/zh/doc/ 使用docker来安装: 先安装docker:sudo apt-get install 阅读全文
posted @ 2020-02-18 19:50 Edwin_Xu 阅读(359) 评论(0) 推荐(0)
摘要: sudo进入root vim /etc/profile 末尾加: export PATH=/your··/bin:$PATH:wq!保存退出source /etc/profile即可 阅读全文
posted @ 2020-02-18 15:44 Edwin_Xu 阅读(234) 评论(0) 推荐(0)
摘要: My OS: win10 Install method: jenkins.msi Problem: install gitlab hook failed. Problem description: cannot delete the target files/directory, and you c 阅读全文
posted @ 2020-02-18 01:57 Edwin_Xu 阅读(122) 评论(0) 推荐(0)