← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1605491] Re: Cloudbees folder plugin support doesn't work

 

Reviewed:  https://review.openstack.org/504539
Committed: https://git.openstack.org/cgit/openstack/python-jenkins/commit/?id=a2cfa306c2dbfa8916eda40e94813986aceb161e
Submitter: Zuul
Branch:    master

commit a2cfa306c2dbfa8916eda40e94813986aceb161e
Author: Andrew Mellen <andrew_mellen@xxxxxxxxxx>
Date:   Fri Sep 15 19:04:03 2017 -0400

    Add EMPTY_FOLDER_XML str to match docs
    
    Change-Id: Ic36ccaa897b8334877b7706e30276103381f9380
    Closes-Bug: #1605491


** Changed in: python-jenkins
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1605491

Title:
  Cloudbees folder plugin support doesn't work

Status in Python Jenkins:
  Fix Released

Bug description:
  The following code (from example) doesn't work, because
  jenkins.EMPTY_FOLDER_XML is not defined:

  ------------------------------------
  folder = jenkins_srv.create_job('folder', jenkins.EMPTY_FOLDER_XML)
  AttributeError: 'module' object has no attribute 'EMPTY_FOLDER_XML'
  ------------------------------------

  I'm using tag '0.4.13' of python-jenkins (Cloudbees folder plugin
  support is present).

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1605491/+subscriptions


References