Merge "Fix pipeline view-type should be pipeline"

This commit is contained in:
Zuul 2018-07-24 15:55:52 +00:00 committed by Gerrit Code Review
commit 47abc7bea8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"""
The view pipeline module handles creating Jenkins Build Pipeline views.
To create a list view specify ``list`` in the ``view-type`` attribute
To create a pipeline view specify ``pipeline`` in the ``view-type`` attribute
to the :ref:`view_pipeline` definition.
Requires the Jenkins
:jenkins-wiki:`Build Pipeline Plugin <build+pipeline+plugin>`.