This EmptyStackException continues to pop up. Obliviously there is nothing in my stack, but the first element that the User inputs. However, I am not sure where the code i
import logging, sys, time import jenkins from jenkinsapi.jenkins import Jenkins from jenkinsapi.build import Build from collections import OrderedDict LOGGER = logging.getLogger(__name__) logging.basicConfig(level=logging.INFO)