随笔分类 -  Jenkins

摘要:一、安装好插件 二、构建触发器会出现设置trigger的入口 三、设置的两个部分 第一: Jenkins的这个触发器,这里主要是接受post数据。其中Post content parameters是用来设置匹配post数据中的字段名和字段内容,而图中的ref为字段名,必须是post数据中的一个变量/ 阅读全文
posted @ 2019-03-19 17:45 _chy 阅读(9436) 评论(1) 推荐(0)
摘要:解决方式: # cd /usr/local/n/versions/node/11.6.0/lib/(node的安装目录下) # rm -rf node_modules # yarn cache clean # yarn 参考链接:https://github.com/yarnpkg/yarn/iss 阅读全文
posted @ 2019-01-29 10:36 _chy 阅读(5846) 评论(0) 推荐(0)
摘要:报错信息: error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fata 阅读全文
posted @ 2018-12-04 11:59 _chy 阅读(4750) 评论(0) 推荐(0)
摘要:插件: 系统管理-->系统设置--> Extended E-mail Notificati 附上邮件内容: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>${ENV, var="JOB_NAME"}-第${BUILD_NUMB 阅读全文
posted @ 2018-10-26 15:05 _chy 阅读(1314) 评论(0) 推荐(0)
摘要:系统环境: Ubuntu 16.0.4 2CPU,8G 1.默认Ubuntu软件包里没有Jenkins 2.系统里添加存储密钥 wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - 3.将 阅读全文
posted @ 2018-09-21 14:52 _chy 阅读(189) 评论(1) 推荐(0)