我正在使用 Python (2.7.10) 在 Mac (macOS 10.14.1) 上执行我的脚本。这就是我的脚本中的内容:
server_jenkins = jenkins.Jenkins(JENKINS_URL, username=JENKINS_USER, password=JENKINS_PASS)
这是我得到的错误:
AttributeError: 'module' object has no attribute 'Jenkins'
我正在使用 Python (2.7.10) 在 Mac (macOS 10.14.1) 上执行我的脚本。这就是我的脚本中的内容:
server_jenkins = jenkins.Jenkins(JENKINS_URL, username=JENKINS_USER, password=JENKINS_PASS)
这是我得到的错误:
AttributeError: 'module' object has no attribute 'Jenkins'