Skip to content

Releases: joelee2012/api4jenkins

Release v1.2

31 Jan 08:23
b8d2904
Compare
Choose a tag to compare

1.2 (2021-01-31)

  • Support to enable, disable, scan, get_scan_log for WorkflowMultiBranchProject
  • Call Jenkins.get_job for getting parent of Job
  • Support process input step for WorkflowRun, see WorkflowRun.get_pending_input()
  • Support User management

Release v1.1

31 Dec 13:37
13b191b
Compare
Choose a tag to compare

v1.1 (2020-12-31)

  • Rewrite documentation and add more examples
  • Jenkins.build_job() and Project.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

31 Jan 08:28
0bd78d5
Compare
Choose a tag to compare

1.0 (2020-11-15)

  • Rename from jenkinsx to api4jenkins