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
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 home folder
23
25
24
-
# Optional arguments:
25
-
```bash
26
-
-h, --help show this help message and exit
27
-
--host jenkins-url Jenkins Server Url
28
-
--username username Jenkins Username
29
-
--password password Jenkins Password
30
-
```
31
26
32
27
# Available commands:
33
28
```bash
@@ -37,7 +32,7 @@ Server URL, Username and password may be specified either by the command line ar
0 commit comments