From: SerenaFeng Date: Wed, 11 Oct 2017 07:32:07 +0000 (+0800) Subject: put htmlize directory under jjb/releng X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f634b91b24b10901c9006ceb6ea9c39dab9ab11a;p=releng.git put htmlize directory under jjb/releng centralize jjb related scripts Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93 Signed-off-by: SerenaFeng --- diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml index c7e34b20c..de7fcd6c0 100644 --- a/jjb/releng/automate.yml +++ b/jjb/releng/automate.yml @@ -221,13 +221,13 @@ name: 'testapi-doc-build' builders: - shell: | - bash ./utils/test/testapi/htmlize/doc-build.sh + bash ./jjb/releng/htmlize/doc-build.sh - builder: name: 'upload-doc-artifact' builders: - shell: | - bash ./utils/test/testapi/htmlize/push-doc-artifact.sh + bash ./jjb/releng/htmlize/push-doc-artifact.sh - builder: name: 'reporting-automate-generate-doc-macro' diff --git a/utils/test/testapi/htmlize/doc-build.sh b/jjb/releng/htmlize/doc-build.sh similarity index 100% rename from utils/test/testapi/htmlize/doc-build.sh rename to jjb/releng/htmlize/doc-build.sh diff --git a/utils/test/testapi/htmlize/htmlize.py b/jjb/releng/htmlize/htmlize.py similarity index 100% rename from utils/test/testapi/htmlize/htmlize.py rename to jjb/releng/htmlize/htmlize.py diff --git a/utils/test/testapi/htmlize/push-doc-artifact.sh b/jjb/releng/htmlize/push-doc-artifact.sh similarity index 100% rename from utils/test/testapi/htmlize/push-doc-artifact.sh rename to jjb/releng/htmlize/push-doc-artifact.sh