test:add docs ci in jenkinsfile2

This commit is contained in:
chenhaoran 2024-11-12 21:45:50 +08:00
parent 2a344f499c
commit 16d1763262
3 changed files with 3 additions and 5 deletions

View File

@ -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 != '' }

View File

@ -4,8 +4,6 @@ sidebar_label: Docker
description: This document describes how to install TDengine in a Docker container and perform queries and inserts.
---
![alt text](image.png)
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).

View File

@ -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>