python-jenkins/tests/jobs
Ken Dreyer 91ab3d9057 build_job: return queue item identifier
Since Jenkins version 1.519 (released 2013/06/17), build_job() would
always return an empty string (the empty HTTP body from the POST
request).

Read the HTTP response's Location header and return the queue ID number.

Clients can use this number to query server for the the upcoming job's
status.

Change-Id: I2a1ef3abb7e675e0ad37dd8eb4a377af22f27a03
Closes-Bug: #1724932
2018-04-17 12:27:32 -06:00
..
__init__.py Separate tests in separate files and classes 2015-08-25 01:11:47 +01:00
base.py Sanitize url in get_info() function 2017-09-15 18:49:20 -04:00
test_assert.py Adds Cloudbees folder plugin support 2015-09-21 18:25:35 +01:00
test_build.py build_job: return queue item identifier 2018-04-17 12:27:32 -06:00
test_config.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_copy.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_count.py Separate tests in separate files and classes 2015-08-25 01:11:47 +01:00
test_create.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_debug.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_delete.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_disable.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_enable.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_get.py Merge "Migration to using requests" 2018-04-04 20:40:17 +00:00
test_getall.py This Allow to include folders in jobs list when calling get_all_jobs() 2018-02-28 10:21:22 +00:00
test_info.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_name.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_reconfig.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_rename.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_set_next_build_number.py Migration to using requests 2018-02-12 11:16:54 +00:00