summaryrefslogtreecommitdiffstats
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
parentf6255c45367f39533b589a91ca351ad0bcfd0ac9 (diff)
put htmlize directory under jjb/releng
centralize jjb related scripts Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rw-r--r--jjb/releng/automate.yml4
-rw-r--r--jjb/releng/htmlize/doc-build.sh (renamed from utils/test/testapi/htmlize/doc-build.sh)0
-rw-r--r--jjb/releng/htmlize/htmlize.py (renamed from utils/test/testapi/htmlize/htmlize.py)0
-rw-r--r--jjb/releng/htmlize/push-doc-artifact.sh (renamed from utils/test/testapi/htmlize/push-doc-artifact.sh)0
4 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'
diff --git a/utils/test/testapi/htmlize/doc-build.sh b/jjb/releng/htmlize/doc-build.sh
index 33560ceea..33560ceea 100644
--- a/utils/test/testapi/htmlize/doc-build.sh
+++ b/jjb/releng/htmlize/doc-build.sh
diff --git a/utils/test/testapi/htmlize/htmlize.py b/jjb/releng/htmlize/htmlize.py
index da6a6cf91..da6a6cf91 100644
--- a/utils/test/testapi/htmlize/htmlize.py
+++ b/jjb/releng/htmlize/htmlize.py
diff --git a/utils/test/testapi/htmlize/push-doc-artifact.sh b/jjb/releng/htmlize/push-doc-artifact.sh
index 4cf1988b0..4cf1988b0 100644
--- a/utils/test/testapi/htmlize/push-doc-artifact.sh
+++ b/jjb/releng/htmlize/push-doc-artifact.sh