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

-- 
Mailing list: https://launchpad.net/~python-jenkins-developers
Post to     : python-jenkins-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~python-jenkins-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to