summaryrefslogtreecommitdiffstats
path: root/jjb/releng/automate.yml
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-10-11 15:32:07 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-10-11 15:35:49 +0800
commitf634b91b24b10901c9006ceb6ea9c39dab9ab11a (patch)
treebec7a26c575050b623dc0a3f01e2667864576a97 /jjb/releng/automate.yml
parentf6255c45367f39533b589a91ca351ad0bcfd0ac9 (diff)
put htmlize directory under jjb/releng
centralize jjb related scripts Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'jjb/releng/automate.yml')
-rw-r--r--jjb/releng/automate.yml4
1 files changed, 2 insertions, 2 deletions
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'