Commit 53cf1959 authored by 前端-许佳敏's avatar 前端-许佳敏

chore: test jenkinsfile

parent 78227bff
......@@ -32,13 +32,13 @@ pipeline {
}
// 声明自定义变量
parameters {
// parameters {
// string(name: 'JENKINS_URL', defaultValue: 'http://10.0.1.159:8080/', description: 'jenkins访问地址')
// booleanParam(name: 'OPEN_JACOCO_VALVE_BUILD', defaultValue: false, description: '开启jacoco阀值认证构建')
// booleanParam(name: 'JACOCO_SKIP', defaultValue: true, description: '跳过jacoco覆盖率统计')
// booleanParam(name: 'TEST_SKIP', defaultValue: true, description: '跳过单元测试。')
// booleanParam(name: 'SONARQUBE_SKIP', defaultValue: true, description: '跳过sonarqube代码扫描')
}
// }
stages {
stage('init') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment