summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs/opnfvdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/opnfvdocs/opnfvdocs.yml')
-rw-r--r--jjb/opnfvdocs/opnfvdocs.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml
index b6b0b1caa..6b8650e8c 100644
--- a/jjb/opnfvdocs/opnfvdocs.yml
+++ b/jjb/opnfvdocs/opnfvdocs.yml
@@ -68,7 +68,7 @@
builders:
- clone-opnfv-repos
- build-html-and-pdf-docs-output
-# - upload-under-review-docs-to-opnfv-artifacts
+ - upload-under-review-docs-to-opnfv-artifacts
- report-docs-build-result-to-gerrit
- job-template:
@@ -162,7 +162,7 @@
# clone releng repo to get repo list
cd $WORKSPACE
echo "Cloning releng repo"
- git clone $GIT_CLONE_BASE/releng --quiet
+ git clone $GIT_CLONE_BASE/releng --branch master --depth 1 --quiet
# clone rest of the repos and checkout the branch
echo "Cloning repos of participating OPNFV Projects and checking out $GERRIT_BRANCH"
@@ -171,7 +171,7 @@
for repo in $(grep -v '^#' $WORKSPACE/releng/jjb/opnfvdocs/project.cfg | sort); do
cd $WORKSPACE
echo " $repo"
- git clone $GIT_CLONE_BASE/$repo --branch $GERRIT_BRANCH --quiet
+ git clone $GIT_CLONE_BASE/$repo --branch $GERRIT_BRANCH --depth 1 --quiet
done
echo "--------------------------------------------------------"
echo