python-jenkins/tests
grahamlyons 106048dd87 Fix error thrown in presence of placeholder tasks
When there are placeholder tasks in an executor for a node then there is no
build number yet assigned and attempting to access that key in the dictionary
will fail.

This fix filters out any tasks which are instances of that class before
proceeding.

Change-Id: Ie5b237c3e6023c1822f91e5982ec84f1a363130c
Closes-Bug: #1659787
2017-02-09 16:30:52 +00:00
..
jobs Fetch all builds from a job 2016-04-29 16:22:34 +00:00
__init__.py Fixes for this bug. 2012-05-17 16:10:00 +01:00
base.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
helper.py Fix timeout function and add capturing of messages on failure 2015-08-17 18:09:19 +01:00
test_build.py Fix error thrown in presence of placeholder tasks 2017-02-09 16:30:52 +00:00
test_info.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_jenkins_sockets.py Fix timeout function and add capturing of messages on failure 2015-08-17 18:09:19 +01:00
test_jenkins.py Allow to wait for jenkins to enter normal operation 2017-01-21 06:41:45 -08:00
test_job_folder.py Adds Cloudbees folder plugin support 2015-09-21 18:25:35 +01:00
test_kerberos.py Make the kerberos support python3 ready 2016-04-29 19:30:24 +02:00
test_node.py Fixed create_node() Error 2015-12-12 18:35:03 +08:00
test_plugins.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_promotion.py Add support for handling promotions 2016-01-13 18:14:39 +01:00
test_queue.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_quiet_down.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_script.py url-proof scripts passed to run_script 2016-12-16 16:39:45 +00:00
test_version.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_view.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_whoami.py add get_whoami() 2016-04-21 07:45:19 -06:00