摘要: 1.官方文档: https://python-jenkins.readthedocs.io/en/latest/examples.html#example-1-get-version-of-jenkins 2.python-jenkins-api: https://www.jianshu.com/p 阅读全文
posted @ 2019-12-11 17:33 Zero116 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 原:https://www.cnblogs.com/L-O-N/p/11608220.html 1 # -*- coding: utf-8 -*- 2 3 import jenkins 4 5 6 class TestJenkins(object): 7 def __new__(cls, *args, **kwargs): 8 server = 'http://1.1.1.1:8080/jenki 阅读全文
posted @ 2019-12-11 17:31 Zero116 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 在view.py里添加分页查询方法: 阅读全文
posted @ 2019-12-11 17:11 Zero116 阅读(487) 评论(0) 推荐(0) 编辑