python-jenkins/tests
JP Sullivan 570a143c74 Allow build number to be a string
When retreiving data from builds, the build number can have a string portion.
This is for matrix jobs that define a label to retrieve one sub-build of the
matrix job.

The URL structure is:
https://<jenkins_server>/job/>job_name>/<number>/label=<configuration>/

Allowing a string for build number allows for it to be specifed as, e.g.:
1/label=amd64

And whilst being somewhat a workaround, works without introducing complexity
and modifying function calls for extra parameters.

Change-Id: Ic409df6e20e85d6a417c6490472b3729f1f20cd2
2020-11-23 10:40:27 +00:00
..
jobs Merge "When updating jobs the response body may be empty" 2019-07-23 15:12:05 +00:00
__init__.py Fixes for this bug. 2012-05-17 16:10:00 +01:00
base.py Test requested URLs in test_getall 2018-10-17 18:06:56 +02:00
helper.py new method: check_jenkinsfile_syntax (with tests) 2019-12-15 23:41:38 -03:00
test_build.py Allow build number to be a string 2020-11-23 10:40:27 +00:00
test_check_jenkinsfile_syntax.py new method: check_jenkinsfile_syntax (with tests) 2019-12-15 23:41:38 -03:00
test_credential.py Fix reconfig_credential() to send the xml data 2019-12-16 09:32:50 -05:00
test_info.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_jenkins_sockets.py Revert "detect and respect http redirects" 2018-08-24 13:12:38 -04:00
test_jenkins.py When updating jobs the response body may be empty 2019-01-07 21:52:19 +01:00
test_job_folder.py new method: create_folder (with tests) 2019-12-15 23:57:11 -03:00
test_node.py When updating jobs the response body may be empty 2019-01-07 21:52:19 +01:00
test_plugins.py Revert "detect and respect http redirects" 2018-08-24 13:12:38 -04:00
test_promotion.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_queue.py Update URLS that require depth or tree filters 2018-05-28 10:17:26 +01:00
test_quiet_down.py Migration to using requests 2018-02-12 11:16:54 +00:00
test_rest_endpoints.py Update URLS that require depth or tree filters 2018-05-28 10:17:26 +01:00
test_script.py Revert "detect and respect http redirects" 2018-08-24 13:12:38 -04:00
test_version.py When updating jobs the response body may be empty 2019-01-07 21:52:19 +01:00
test_view.py Added folder support in views keeping backward compatibility and added tests for it. 2018-04-05 22:57:34 +02:00
test_whoami.py Update URLS that require depth or tree filters 2018-05-28 10:17:26 +01:00