Jenkins
文章平均质量分 54
yin_bill_wang
热爱IP网络技术,Python
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Jenkins] Use python requests to programatically get and set Jenkins job configuration
Jenkins provided a very nice REST api to interact. In Python, we can use requests package. For simplicity, we are going to use password based authentication. For details on requests package, please see原创 2016-07-11 09:41:04 · 932 阅读 · 0 评论 -
[Jenkins] Upgrade to 2.7 causes connection refused problem
Today, I upgraded my jenkins server from 1.6 to 2.7, then I visited the http://jenkins:8080. I gave me “connection refused” error.I checked the /var/log/jenkins/jenkins.log, it has:SEVERE: Container st原创 2016-07-08 14:50:31 · 1810 阅读 · 0 评论
分享