zun/doc/source/contributor/jenkins.rst
junboli d731c27118 Add and update docs for doc/source directory
Add the following items for doc/source/contributor
1. add file for documentation, gerrit, jenkins, launchpad
   and releasenotes
2. Add README for admin, cli, install and contributor

Change-Id: I6463a9e4df64a2e2e3cb0043f9e5aaa92aeb0519
2017-10-16 11:20:34 +08:00

23 lines
663 B
ReStructuredText

Continuous Integration with Jenkins
===================================
Zun uses a `Jenkins <http://jenkins-ci.org>`_ server to automate development
tasks.
Jenkins performs tasks such as:
`gate-zun-pep8-ubuntu-xenial`
Run PEP8 checks on proposed code changes that have been reviewed.
`gate-zun-python27-ubuntu-xenial`
Run unit tests using python2.7 on proposed code changes that have been
reviewed.
`gate-zun-python35`
Run unit tests using python3.5 on proposed code changes that have been
reviewed.
`gate-zun-docs-ubuntu-xenial`
Build this documentation and push it to `OpenStack Zun
<https://docs.openstack.org/zun/latest/>`_.