随笔分类 -  jenkins

jenkins初始化和安装插件
摘要:1.find / -name 'default.json' 2. sed -i 's/http:\/\/updates.jenkins-ci.org\/download/https:\/\/mirrors.tuna.tsinghua.edu.cn\/jenkins/g' /var/lib/jenki 阅读全文
posted @ 2020-06-30 13:23 blogsheng 阅读(670) 评论(0) 推荐(0)
邮件模板
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>${ENV, var="JOB_NAME"}-第${BUILD_NUMBER}次构建日志</title> </head> <body leftmargin="8" marginwi 阅读全文
posted @ 2019-06-28 11:52 blogsheng 阅读(339) 评论(0) 推荐(0)
jenkins 登录远程机器并执行脚本,脚本中有后台执行的程序无法执行解决方法。
摘要:jenkins构建shell执行配置 在远程shell脚本中,需要后台执行的命令需要以$( )括起来 阅读全文
posted @ 2019-04-25 19:23 blogsheng 阅读(2312) 评论(0) 推荐(0)
jenkins 自动化部署常用插件
摘要:http://www.cnblogs.com/zz0412/ 阅读全文
posted @ 2017-07-06 01:07 blogsheng 阅读(223) 评论(0) 推荐(0)