[Docs] Ensure commands are monospaced

Change-Id: Iee9f8c8831ee83ea23677fdbdd20eb2ae7709d29
Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
Major Hayden 2018-03-02 10:40:26 -06:00
parent c6ff48ce4a
commit 14f7bbcc3b
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 2 additions and 3 deletions

View File

@ -85,14 +85,13 @@ The above command deletes the job `simple` from the Jenkins master.
Use Case 5: Providing plugins info
----------------------------------
To generate a plugins info, using an account with Administrator rights:
To generate a plugins info, using an account with Administrator rights::
jenkins-jobs get-plugins-info -o plugins_info.yaml
To run JJB update using the plugins_info.yaml:
To run JJB update using the plugins_info.yaml::
jenkins-jobs update -p plugins_info.yaml ./myjobs
Please refer to the jenkins-jobs :ref:`command-reference` and the
:doc:`definition` pages for more details.