Skip to content

Commit f380c66

Browse files
authored
Merge pull request #51 from LD250/feature/tag-version-0-2
Tag new version
2 parents a56c958 + f62d043 commit f380c66

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3035
2. 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

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Jenkins ver: 1.565, 1.655
1010

1111
Python 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+
1323
Commands 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-

contrib/bash-completion/jenkins

100755100644
File mode changed.

jenkins_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.1.2'
1+
version = '0.2.0'

0 commit comments

Comments
 (0)