You've already forked FrameTour-RenderWorker
i
This commit is contained in:
27
Jenkinsfile
vendored
27
Jenkinsfile
vendored
@@ -95,21 +95,20 @@ pipeline {
|
|||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
|
||||||
always {
|
|
||||||
// 发布lint报告
|
|
||||||
publishHTML([
|
|
||||||
allowMissing: false,
|
|
||||||
alwaysLinkToLastBuild: true,
|
|
||||||
keepAll: true,
|
|
||||||
reportDir: TEST_REPORTS_DIR,
|
|
||||||
reportFiles: 'flake8-report.txt,black-report.txt,mypy-report.txt',
|
|
||||||
reportName: 'Code Quality Report'
|
|
||||||
])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
// 发布代码质量报告(等待所有并行任务完成后统一发布)
|
||||||
|
publishHTML([
|
||||||
|
allowMissing: true,
|
||||||
|
alwaysLinkToLastBuild: true,
|
||||||
|
keepAll: true,
|
||||||
|
reportDir: TEST_REPORTS_DIR,
|
||||||
|
reportFiles: 'flake8-report.txt,black-report.txt,mypy-report.txt',
|
||||||
|
reportName: 'Code Quality Report'
|
||||||
|
])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user