Skip to content

Commit

Permalink
pipeline脚本支持优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuay-a committed Jul 25, 2024
1 parent f1a2ece commit 9d94ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zh/guide/插件/Jenkins_Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pipeline{
stages{
stage('Build'){
steps{
TCA_Builder(codeAnalysisPath: '/user/CodeAnalysis/', teamId: 'abcdefghijk', projectName: 'demo', token: '0712b895f30c5e958ec71a7c22e1b1a2ad1d5c6b', branchName: 'master', languageType: 'Java', refSchemeID: '1', scanPlan: 'model', threshold: '90', total:true)
TCA_Builder(codeAnalysisPath: '/zhuay/CodeAnalysis/', teamId: 'xxxx', projectName: 'demo', token: 'xxxxxxxxxxxx', branchName: 'master', languageType: 'Java', refSchemeID: '1', scanPlan: 'model', threshold: '90', total:true)
}
}
}
Expand Down

0 comments on commit 9d94ba8

Please sign in to comment.