Releases: joelee2012/api4jenkins
Releases · joelee2012/api4jenkins
Release v1.2
1.2 (2021-01-31)
- Support to
enable, disable, scan, get_scan_log
forWorkflowMultiBranchProject
- Call
Jenkins.get_job
for getting parent ofJob
- Support process
input
step forWorkflowRun
, seeWorkflowRun.get_pending_input()
- Support
User
management
Release v1.1
v1.1 (2020-12-31)
- Rewrite documentation and add more examples
Jenkins.build_job()
andProject.build()
accept key word argments instead of dict- Support to access attribute with None type value in json
- Fix typo in
Folder.__iter__()
Release v1.0
1.0 (2020-11-15)
- Rename from jenkinsx to api4jenkins