← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1777976] Re: get_running_build can't get Pipeline builds info

 

have any updaye?

-- 
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/1777976

Title:
  get_running_build can't get Pipeline builds info

Status in Python Jenkins:
  New

Bug description:
  get_running_build:

  info = self.get_node_info(node_name, depth=2)
  for executor in info['executors']:
       print "========="
       print executor

  I get below info:
  {u'progress': -1, u'idle': True, u'likelyStuck': False, u'number': 0, u'currentExecutable': None}
  {u'progress': 1, u'idle': False, u'likelyStuck': False, u'number': 1, u'currentExecutable': None}

  I don't know why function get_node_info does't get Pipeline style's
  currentExecutable

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


References