Skip to content

Commit 9d94ba8

Browse files
committed
pipeline脚本支持优化
1 parent f1a2ece commit 9d94ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pipeline{
7777
stages{
7878
stage('Build'){
7979
steps{
80-
TCA_Builder(codeAnalysisPath: '/user/CodeAnalysis/', teamId: 'abcdefghijk', projectName: 'demo', token: '0712b895f30c5e958ec71a7c22e1b1a2ad1d5c6b', branchName: 'master', languageType: 'Java', refSchemeID: '1', scanPlan: 'model', threshold: '90', total:true)
80+
TCA_Builder(codeAnalysisPath: '/zhuay/CodeAnalysis/', teamId: 'xxxx', projectName: 'demo', token: 'xxxxxxxxxxxx', branchName: 'master', languageType: 'Java', refSchemeID: '1', scanPlan: 'model', threshold: '90', total:true)
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)