zaqar/doc/source/jenkins.rst
Victoria Martínez de la Cruz f71b7b27c9 Adds more resources section to to developers guide
Information about the bug/features tracker, review system
and continuous integration server Zaqar uses and where to
ask technical questions (IRC, mailing list, ask.openstack.org)

Change-Id: I046bf3185273d97aa2080232e6d5eae077b1d053
2014-08-31 21:07:40 -03:00

18 lines
799 B
ReStructuredText

Continuous integration with Jenkins
===================================
Zaqar uses a `Jenkins`_ server to automate development tasks. The Jenkins
front-end is at http://jenkins.openstack.org. You must have an
account on `Launchpad`_ to be able to access the OpenStack Jenkins site.
Jenkins performs tasks such as running static code analysis, running unit
tests, and running functional tests. For more details on the jobs being run by
Jenkins, see the code reviews on http://review.openstack.org. Tests are run
automatically and comments are put on the reviews automatically with the
results.
You can also get a view of the jobs that are currently running from the Zuul
status dashboard, http://status.openstack.org/zuul/.
.. _Jenkins: http://jenkins-ci.org
.. _Launchpad: http://launchpad.net