You've already forked FrameTour-RenderWorker
i
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user