62ebf7b222
1.) Corrected headings according to rules of migrations by placing "=======" on headings in the files 2.) Some headings have extra "====", they are removed 3.) Launchpad url have '~' which makes error: page not found ,so it is removed Change-Id: I99581025d579f18da9ebe57267fb002cbcba28dd
20 lines
836 B
ReStructuredText
20 lines
836 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
|