File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1399,7 +1399,7 @@ v1.0
1399
1399
for test commands (thanks Chris Rose)
1400
1400
- fix `#22 <https://github.com/tox-dev/tox/issues/22 >`_: require virtualenv-1.6.1, obsoleting virtualenv5 (thanks Jannis Leidel)
1401
1401
and making things work with pypy-1.5 and python3 more seamlessly
1402
- - toxbootstrap.py (used by jenkins build slaves ) now follows the latest release of virtualenv
1402
+ - toxbootstrap.py (used by jenkins build agents ) now follows the latest release of virtualenv
1403
1403
- fix `#20 <https://github.com/tox-dev/tox/issues/20 >`_: document format of URLs for specifying dependencies
1404
1404
- fix `#19 <https://github.com/tox-dev/tox/issues/19 >`_: substitute Hudson for Jenkins everywhere following the renaming
1405
1405
of the project. NOTE: if you used the special [tox:hudson]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Using Jenkins multi-configuration jobs
6
6
7
7
The Jenkins _ continuous integration server allows to define "jobs" with
8
8
"build steps" which can be test invocations. If you :doc: `install <../install >` ``tox `` on your
9
- default Python installation on each Jenkins slave , you can easily create
9
+ default Python installation on each Jenkins agent , you can easily create
10
10
a Jenkins multi-configuration job that will drive your tox runs from the CI-server side,
11
11
using these steps:
12
12
@@ -42,7 +42,7 @@ for example with ``pytest`` it is done like this:
42
42
43
43
44
44
45
- **zero-installation ** for slaves
45
+ **zero-installation ** for agents
46
46
-------------------------------------------------------------
47
47
48
48
.. note ::
@@ -51,7 +51,7 @@ for example with ``pytest`` it is done like this:
51
51
has been removed. Please file an issue if you'd like to
52
52
see it back.
53
53
54
- If you manage many Jenkins slaves and want to use the latest officially
54
+ If you manage many Jenkins agents and want to use the latest officially
55
55
released tox (or latest development version) and want to skip manually
56
56
installing ``tox `` then substitute the above **Python build step ** code
57
57
with this:
You can’t perform that action at this time.
0 commit comments