Skip to content

Commit 28363d9

Browse files
committed
some formatting for README.md
1 parent 323b7da commit 28363d9

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
usage: jenkins [-h] [--host jenkins-url] [--username username]
2-
[--password password]
3-
{jobs,queue,building,start,info,set_branch,stop,console} ...
1+
#usage:
42

5-
Server URL, Username and password may be specified either by the command line
6-
arguments or in configuration file (.jenkins-cli). Command line arguments has
7-
the highest priority, after that the .jenkins-cli file from current folder is
8-
taking into account. If there is no.jenkins-cli file in current folder,
9-
setiings will be read from .jenkins-cli from the programfolder
3+
```bash
4+
jenkins [-h] [--host jenkins-url] [--username username]
5+
[--password password]
6+
{jobs,queue,building,start,info,set_branch,stop,console} ...
7+
```
108

11-
optional arguments:
9+
Server URL, Username and password may be specified either by the command line arguments or in configuration file **(.jenkins-cli)**. Command line arguments has the highest priority, after that the **.jenkins-cli** file from current folder is taking into account. If there is no.jenkins-cli file in current folder, settings will be read from **.jenkins-cli** from the program folder
10+
11+
# Optional arguments:
12+
```bash
1213
-h, --help show this help message and exit
1314
--host jenkins-url Jenkins Server Url
1415
--username username Jenkins Username
1516
--password password Jenkins Password
17+
```
1618

17-
Available commands:
19+
#Available commands:
20+
```bash
1821
{jobs,queue,building,start,info,set_branch,stop,console}
1922
jobs Show all jobs and their status
2023
queue Shows builds queue
@@ -24,3 +27,4 @@ Available commands:
2427
set_branch Job info
2528
stop Stop job
2629
console Show job history
30+
```

0 commit comments

Comments
 (0)