test:add docs ci in jenkinsfile2
This commit is contained in:
parent
2a344f499c
commit
16d1763262
|
@ -437,7 +437,7 @@ pipeline {
|
|||
expression { env.CHANGE_BRANCH =~ /(?i)doc.*/ || file_zh_changed != '' || file_en_changed != '' }
|
||||
}
|
||||
parallel {
|
||||
stage('Build zh Docs') {
|
||||
stage('build zh docs') {
|
||||
agent{label "doc_build_0_30"}
|
||||
when {
|
||||
expression { file_zh_changed != '' }
|
||||
|
@ -446,7 +446,7 @@ pipeline {
|
|||
build_zh_docs()
|
||||
}
|
||||
}
|
||||
stage('Build en Docs') {
|
||||
stage('build en docs') {
|
||||
agent{label "doc_build_0_30"}
|
||||
when {
|
||||
expression { file_en_changed != '' }
|
||||
|
|
|
@ -4,8 +4,6 @@ sidebar_label: Docker
|
|||
description: This document describes how to install TDengine in a Docker container and perform queries and inserts.
|
||||
---
|
||||
|
||||

|
||||
|
||||
This document describes how to install TDengine in a Docker container and perform queries and inserts.
|
||||
|
||||
- The easiest way to explore TDengine is through [TDengine Cloud](https://cloud.tdengine.com).
|
||||
|
|
|
@ -25,7 +25,7 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|||
|
||||
<table width="100%">
|
||||
<tr align="center">
|
||||
<td style={{padding:'1em 3em',border:0}}><img src={xiaot_new} alt="小 T 的二维码 width="200" /></td>
|
||||
<td style={{padding:'1em 3em',border:0}}><img src={xiaot_new} alt="小 T 的二维码" width="200" /></td>
|
||||
<td style={{padding:'1em 3em',border:0}}><img src={channel} alt="TDengine 微信视频号" width="200" /></td>
|
||||
<td style={{padding:'1em 3em',border:0}}><img src={official_account} alt="TDengine 微信公众号" width="200" /></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue