代码拉取完成,页面将自动刷新
// Generated by CodeFlow
// Created at Fri Jun 14 2019 10:14:17 GMT+0000 (UTC)
// Created by d00187959
@Library('codeflow') _
node("mesos") {
stage("init") {
cloudBuildConfig {
group_id = "gf39c4b51a6684f1fa3f283a3ae42cc48"
service_id = "c8a59cec951743e693a72b884c4ea3c6"
project_id = "4ce76a7c9fa5416ea5489a0b8855b593"
project_name = "HMSWallet"
}
}
cloudBuild {
jobs = [
"codingstylecheck":{
},
"findbugs":{
},
"pmd":{
},
"cmetrics":{
expect(report.maximum_cyclomatic_complexity).lessOrEqual(15)
expect(report.cyclomatic_complexity_per_method).lessOrEqual(5)
expect(report.code_duplication_ratio).lessOrEqual(5)
expect(report.dangerous_funcs_total).lessOrEqual(0)
expect(report.file_duplication_ratio).lessOrEqual(0.5)
},
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。