Skip to content

Commit

Permalink
Merge pull request #51 from LD250/feature/tag-version-0-2
Browse files Browse the repository at this point in the history
Tag new version
  • Loading branch information
LD250 committed Jun 11, 2017
2 parents a56c958 + f62d043 commit f380c66
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ There are more ways to install jenkins-cli-python:
```bash
pip install jenkins-cli
```
if you want autocompletions for commands and job names, you need to install package with root privileges

```bash
sudo pip install jenkins-cli
```

2. If you want the lastest features, you can install the package directly from the github **repo**:

Expand Down Expand Up @@ -66,6 +71,7 @@ password=xxxxxx
start Start job
info Job info
setbranch Set VCS branch (Mercurial or Git)
configxml Get the xml of job configuration
stop Stop job
console Show console for the build
builds Show builds for the job
Expand Down
14 changes: 11 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Jenkins ver: 1.565, 1.655

Python ver: 2.7, 3.4, 3.5

Documentation and examples:
---------------------------
https://github.com/LD250/jenkins-cli-python


Installation:
------------------
Please check the documentation for installation options


Commands overview:
------------------
:jobs: Show all jobs and their statuses
Expand All @@ -19,10 +29,8 @@ Commands overview:
:info: Job info
:setbranch: Set VCS branch (Mercurial or Git)
:stop: Stop job
:configxml: Get the xml of job configuration
:console: Show console for the build
:builds: Show builds for the job
:changes: Show build's changes

Documentation and examples:
https://github.com/LD250/jenkins-cli-python

Empty file modified contrib/bash-completion/jenkins
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion jenkins_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.2'
version = '0.2.0'

0 comments on commit f380c66

Please sign in to comment.