Skip to content

Commit c3769f0

Browse files
authored
Update Jenkins_Plugin.md
1 parent a4001d4 commit c3769f0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

doc/zh/guide/插件/Jenkins_Plugin.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ pipeline{
8585
}
8686
8787
```
88-
`codeAnalysisPath`: 拉取代码所在的绝对路径
89-
`teamId`:团队ID
90-
`projectName`: 项目名称
91-
`token`: 在 TCA 的【个人中心】->【个人令牌】中获取
92-
`branchName`: 需要扫描的代码分支名称
93-
`languageType`: 项目需要扫描的语言
94-
`refSchemeID`: 需要使用的分析方案模板ID,在分析方案模板的“基础属性”中获取,将根据此模板创建分析方案(选填)
95-
`scanPlan`: 指定创建出来的分析方案的名称(选填)
96-
`threshold`: 设置质量门禁值
97-
`total`: 是否全量扫描,填`ture`为全量扫描,不填或填`false`为增量扫描
88+
`codeAnalysisPath`: 拉取代码所在的绝对路径
89+
`teamId`:团队ID
90+
`projectName`: 项目名称
91+
`token`: 在 TCA 的【个人中心】->【个人令牌】中获取
92+
`branchName`: 需要扫描的代码分支名称
93+
`languageType`: 项目需要扫描的语言
94+
`refSchemeID`: 需要使用的分析方案模板ID,在分析方案模板的“基础属性”中获取,将根据此模板创建分析方案(选填)
95+
`scanPlan`: 指定创建出来的分析方案的名称(选填)
96+
`threshold`: 设置质量门禁值
97+
`total`: 是否全量扫描,填`ture`为全量扫描,不填或填`false`为增量扫描
9898

9999
### 启动构建并查看结果
100100
点击【Build Now】启动构建。

0 commit comments

Comments
 (0)