put htmlize directory under jjb/releng 59/44759/1
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 11 Oct 2017 07:32:07 +0000 (15:32 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 11 Oct 2017 07:35:49 +0000 (15:35 +0800)
centralize jjb related scripts

Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
jjb/releng/automate.yml
jjb/releng/htmlize/doc-build.sh [moved from utils/test/testapi/htmlize/doc-build.sh with 100% similarity]
jjb/releng/htmlize/htmlize.py [moved from utils/test/testapi/htmlize/htmlize.py with 100% similarity]
jjb/releng/htmlize/push-doc-artifact.sh [moved from utils/test/testapi/htmlize/push-doc-artifact.sh with 100% similarity]

index c7e34b2..de7fcd6 100644 (file)
     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'