Python-Jenkins 查询job是否存在
摘要:
def check_jobs_from_jenkins(job_names): if isinstance(job_names, str): job_names = [job_names] job_dict = {} for job_name in job_names... 阅读全文
posted @ 2015-09-25 11:02 sdet_liang 阅读(1033) 评论(0) 推荐(0) 编辑