File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ There are more ways to install jenkins-cli-python:
2626 ``` bash
2727 pip install jenkins-cli
2828 ```
29+ if you want autocompletions for commands and job names, you need to install package with root privileges
30+
31+ ` ` ` bash
32+ sudo pip install jenkins-cli
33+ ` ` `
2934
30352. If you want the lastest features, you can install the package directly from the github ** repo** :
3136
@@ -66,6 +71,7 @@ password=xxxxxx
6671 start Start job
6772 info Job info
6873 setbranch Set VCS branch (Mercurial or Git)
74+ configxml Get the xml of job configuration
6975 stop Stop job
7076 console Show console for the build
7177 builds Show builds for the job
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ Jenkins ver: 1.565, 1.655
1010
1111Python ver: 2.7, 3.4, 3.5
1212
13+ Documentation and examples:
14+ ---------------------------
15+ https://github.com/LD250/jenkins-cli-python
16+
17+
18+ Installation:
19+ ------------------
20+ Please check the documentation for installation options
21+
22+
1323Commands overview:
1424------------------
1525:jobs: Show all jobs and their statuses
@@ -19,10 +29,8 @@ Commands overview:
1929:info: Job info
2030:setbranch: Set VCS branch (Mercurial or Git)
2131:stop: Stop job
32+ :configxml: Get the xml of job configuration
2233:console: Show console for the build
2334:builds: Show builds for the job
2435:changes: Show build's changes
2536
26- Documentation and examples:
27- https://github.com/LD250/jenkins-cli-python
28-
Original file line number Diff line number Diff line change 1- version = '0.1.2 '
1+ version = '0.2.0 '
You can’t perform that action at this time.
0 commit comments