We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a2ece commit 9d94ba8Copy full SHA for 9d94ba8
1 file changed
doc/zh/guide/插件/Jenkins_Plugin.md
@@ -77,7 +77,7 @@ pipeline{
77
stages{
78
stage('Build'){
79
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)
+ TCA_Builder(codeAnalysisPath: '/zhuay/CodeAnalysis/', teamId: 'xxxx', projectName: 'demo', token: 'xxxxxxxxxxxx', branchName: 'master', languageType: 'Java', refSchemeID: '1', scanPlan: 'model', threshold: '90', total:true)
81
}
82
83
0 commit comments