docs: remove trailing spaces 39/3639/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 26 Nov 2015 10:50:24 +0000 (19:50 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 26 Nov 2015 10:50:24 +0000 (19:50 +0900)
Change-Id: Ib20408f178a28fe34f5bb06cd4707f1211495ad5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
docs/how-to-use-docs/documentation-example.rst
docs/jenkins-job-builder/opnfv-jjb-usage.rst

index fd0563f..e18ce59 100644 (file)
@@ -50,7 +50,7 @@ For verify jobs a link to the documentation will show up as a comment in gerrit
 
 * Merge jobs
 
-Once you are happy with the look of your documentation you can submit the patchset the merge job will 
+Once you are happy with the look of your documentation you can submit the patchset the merge job will
 copy the output of each documentation directory to http://artifacts.opnfv.org/$project/docs/$name_of_your_folder/index.html
 
 Here are some quick examples of how to use rst markup
index fa825c4..4aecc6d 100644 (file)
@@ -60,22 +60,22 @@ The Current merge and verify jobs for jenkins job builder as pulled from the rep
      jobs:
          - 'builder-verify-jjb'
          - 'builder-merge'
+
      project: 'releng'
+
  - job-template:
      name: builder-verify-jjb
+
      node: master
+
      project-type: freestyle
+
      logrotate:
          daysToKeep: 30
          numToKeep: 10
          artifactDaysToKeep: -1
          artifactNumToKeep: -1
+
      parameters:
          - project-parameter:
              project: '{project}'
@@ -86,11 +86,11 @@ The Current merge and verify jobs for jenkins job builder as pulled from the rep
              credentials-id: '{ssh-credentials}'
              refspec: '$GERRIT_REFSPEC'
              choosing-strategy: 'gerrit'
+
      wrappers:
          - ssh-agent-credentials:
              user: '{ssh-credentials}'
+
      triggers:
          - gerrit:
              trigger-on:
@@ -114,45 +114,45 @@ The Current merge and verify jobs for jenkins job builder as pulled from the rep
                        pattern: jjb/**
                      - compare-type: ANT
                        pattern: jjb-templates/**
+
+
      builders:
          - shell:
              !include-raw verify-releng
+
  - job-template:
      name: 'builder-merge'
+
      node: master
+
      # builder-merge job to run JJB update
      #
      # This job's purpose is to update all the JJB
+
      project-type: freestyle
+
      logrotate:
          daysToKeep: 30
          numToKeep: 40
          artifactDaysToKeep: -1
          artifactNumToKeep: 5
+
      parameters:
          - project-parameter:
              project: '{project}'
          - gerrit-parameter:
              branch: 'master'
+
      scm:
          - gerrit-trigger-scm:
              credentials-id: '{ssh-credentials}'
              refspec: ''
              choosing-strategy: 'default'
+
      wrappers:
          - ssh-agent-credentials:
              user: '{ssh-credentials}'
+
      triggers:
          - gerrit:
              trigger-on:
@@ -168,7 +168,7 @@ The Current merge and verify jobs for jenkins job builder as pulled from the rep
                  file-paths:
                      - compare-type: ANT
                        pattern: jjb/**
+
      builders:
          - shell: |
                  source /opt/virtualenv/jenkins-job-builder/bin/activate