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
3. jenkins-cli-python has also been packaged for**Fedora 25** as a copr repo:
39
+
40
+
```bash
41
+
dnf copr enable radomirbosak/python-jenkins-cli
42
+
dnf install python3-jenkins-cli
43
+
```
34
44
35
45
## Configuration file (.jenkins-cli)
36
46
@@ -58,8 +68,8 @@ password=xxxxxx
58
68
setbranch Set VCS branch (Mercurial or Git)
59
69
stop Stop job
60
70
console Show console for the build
61
-
builds Show builds for the job
62
-
changes Show build's changes
71
+
builds Show builds for the job
72
+
changes Show build's changes
63
73
Run `jenkins --help` for detailed help. To view optional parameters, run `--help` for the specific command. For example `jenkins jobs --help` will show job status description and optional arguments.
64
74
65
75
@@ -151,5 +161,3 @@ To perform flake8 checks and run tests similar to Travis, do the following
0 commit comments