Skip to content

Instantly share code, notes, and snippets.

@Harini0805
Harini0805 / JenkinsOldBuilds.py
Created August 22, 2018 11:57 — forked from deekayen/JenkinsOldBuilds.py
List all Jenkins jobs which the latest build is older than 6 months.
from jenkins import Jenkins, JenkinsError, Job, Server
# http://jenkins-webapi.readthedocs.org/en/latest/
from jira.client import JIRA
import re
import xml.etree.ElementTree as ET
import sys
import time
import requests
#Jenkins connection