You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* checkpoint
* docsOverhaul2: complete work
* amend
* more updates
* sphinx-build: imporve to generate preview as well
* ci: fix naming
* allow-deployments from forks
* ci: fix back
JenkinsAPI lets you query the state of a running Jenkins server. It also allows you to change configuration and automate minor tasks on nodes and jobs.
79
75
80
-
You can use Jenkins to get information about recently completed builds. For example, you can get the revision number of the last successful build in order to trigger some kind of release process.::
76
+
You can use Jenkins to get information about recently completed builds. For example, you can get the revision number of the last successful build in order to trigger some kind of release process.
77
+
78
+
.. code-block:: python
81
79
82
80
from jenkinsapi.jenkins import Jenkins
83
81
@@ -100,19 +98,19 @@ Tips & Tricks
100
98
Getting the installed version of JenkinsAPI
101
99
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102
100
103
-
This package supports PEP-396 by implementing a __version__ attribute. This contains a string in the format x.y.z:
101
+
This package supports PEP-396 by implementing a version attribute. This contains a string in the format x.y.z:
0 commit comments