Added verbosity for the script that builds documentation 90/290/2
authorVictor Laza <vlaza@cloudbasesolutions.com>
Fri, 10 Apr 2015 08:18:30 +0000 (11:18 +0300)
committerVictor Laza <vlaza@cloudbasesolutions.com>
Tue, 14 Apr 2015 13:45:02 +0000 (16:45 +0300)
JIRA: DOCS-XXX - Added verbosity for the build-docu.sh script that
builds documentation so details would be seen in "Console Output"
when Jenkins build the job

Change-Id: Iba927ede60694f7558c2bf51d58672fde55e2bca
Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
jjb/functest/build-docu.sh
jjb/genesis/build-docu.sh
jjb/opnfvdocs/build-docu.sh
jjb/pharos/build-docu.sh

index 7970564..ca9ecd0 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -xv
 for file in $(find . -type f -iname '*.rst'); do
         file_cut="${{file%.*}}"
         html_file=$file_cut".html"
index 7970564..ca9ecd0 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -xv
 for file in $(find . -type f -iname '*.rst'); do
         file_cut="${{file%.*}}"
         html_file=$file_cut".html"
index 5718b07..e0df364 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -xv
 for file in $(find . -type f -iname '*.rst'); do
        file_cut="${{file%.*}}"
         html_file=$file_cut".html"
index 7970564..ca9ecd0 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -xv
 for file in $(find . -type f -iname '*.rst'); do
         file_cut="${{file%.*}}"
         html_file=$file_cut".html"