api4jenkins icon indicating copy to clipboard operation
api4jenkins copied to clipboard

Python sync/async client library for Jenkins API

Results 6 api4jenkins issues
Sort by recently updated
recently updated
newest added

Hi, I got following error, have anything else parameters to false check certificates? ``` Max retries exceeded with url: /crumbIssuer/api/json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed...

`folderJob.description` & `folderJob.set_description()` get and set the `All view`'s description instead of the job folder description. If we have multiple views, the other views aren't touched.

[ok, not really an issue, could be more of a question ; not sure there is a forum for questions - I tried StackOverflow, where I saw a tag for...

When using `api4jenkins` with pytest, it may happen that the following exception occurs: ```console def unraisable_exception_runtest_hook() -> Generator[None, None, None]: with catch_unraisable_exception() as cm: yield if cm.unraisable: if cm.unraisable.err_msg is...

This could help with autocompletion in editors. Current: Here I (/editor) do not know what the return type of get_job would be ``` client = Jenkins('jen_url', auth=('user', 'pass')) project: WorkflowMultiBranchProject...

Hi, I'm trying to create an agent. . | Version --- | --- Jenkins | 2.426.3 Python | 3.12.7 api4jenkins | 2.0.3 My code is: ```python from api4jenkins import Jenkins...