The Tox Project runs a Jenkins continuous integration server as a convenience to client developers who may not have the time or money to set up their own. Any Tox-related project is free to use our Jenkins server for their project without charge. All we ask is that you follow the guidelines on this page.
If you'd like to use our Jenkins server for your project's continuous integration, please send an email to the server administrator.
.tar.xz
format when building for Linux and .zip
when building for Windows..tar.xz
for all *_src
jobs, regardless of platform, since they will be used on our Linux build machines..tar.xz
or .zip
.$(JOB_NAME)
environment variable instead of copy-pasting the job name directly.*_src
jobs, which will trigger _*build_*
jobs, which will trigger *_pkg_*
jobs.rm -rf *
to clean up a workspace before a build starts; use the “Delete workspace before build starts” configuration option.