krutcha

Results 1 comments of krutcha

just incase it helps, I am able to get the branch name as follows w/o throwing an exception: element_tree = job._get_config_element_tree() #ET.dump(element_tree) for property in element_tree.iter(): if property.tag == "hudson.plugins.git.BranchSpec":...