This commit is contained in:
2025-09-24 11:38:17 +08:00
parent ba90778b2d
commit 7ecc33b43c

9
Jenkinsfile vendored
View File

@@ -95,11 +95,13 @@ pipeline {
"""
}
}
}
}
post {
always {
// 发布lint报告
// 发布代码质量报告(等待所有并行任务完成后统一发布)
publishHTML([
allowMissing: false,
allowMissing: true,
alwaysLinkToLastBuild: true,
keepAll: true,
reportDir: TEST_REPORTS_DIR,
@@ -110,9 +112,6 @@ pipeline {
}
}
}
}
stage('Unit Tests') {
steps {
script {