We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67064e commit b81fb33Copy full SHA for b81fb33
docs/example/jenkins.rst
@@ -194,7 +194,7 @@ Running tox environments in parallel
194
195
Jenkins has parallel stages allowing you to run commands in parallel, however tox package
196
building it is not parallel safe. Use the ``--parallel--safe-build`` flag to enable parallel safe
197
-builds (this will generate unique folder names for ``distdir``, ``ditshare`` and ``log``.
+builds (this will generate unique folder names for ``distdir``, ``distshare`` and ``log``.
198
Here's a generic stage definition demonstrating how to use this inside Jenkins:
199
200
.. code-block:: groovy
0 commit comments