Registry / type-stubs / types-python-jenkins

types-python-jenkins

JSON →
library1.8.3.20260508pypypiunverified

Third-party typing stubs for python-jenkins, provided by typeshed. Version 1.8.3.20260508, compatible with Python >=3.10. Stubs are updated periodically; release cadence follows typeshed updates.

pip install types-python-jenkins
INSTALL
IMPORT
SIG · TYPES-PYTHON-JENKI
T
types-python-jenkins
type-stubspythonv1.8.3.20260508
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jenkins
from jenkins-stubs import Jenkins
from jenkins import Jenkins

Basic usage of the Jenkins class. The stubs enable type checking for the `jenkins` library methods.

from jenkins import Jenkins server = Jenkins('http://jenkins.example.com', username='user', password=os.environ.get('JENKINS_PASSWORD', '')) print(server.get_info())
Debug
Known issues
gotchaThe stubs may not cover all methods or custom plugins. Use `# type: ignore` for uncovered methods.
fix
Check the stub coverage for the specific method you're using; file an issue on typeshed if missing.
affects: *
deprecatedThe stubs are hosted under the `types-python-jenkins` package on PyPI; avoid using older `python-jenkins-stubs` if it existed.
fix
Install `types-python-jenkins` directly.
affects: >=1.8.3
breakingStub versions are not synchronized with python-jenkins releases. A stub update might add new type annotations that could reveal type errors in existing code.
fix
Pin stub version or run type checking in CI to catch regressions.
affects: *
Upgrade
Version history
1.8.3.20260508latest on PyPI · released May 8, 2026
Audit
Dependencies
python-jenkinsrequiredRuntime library being typed
Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
types-python-jenkins — pip install types-python-jenkins · libregistry