aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-21 10:30:23 +0800
committercrupest <crupest@outlook.com>2020-07-21 10:30:23 +0800
commit0fa37ee5e528fa4635da42c6c686c5758d034ff3 (patch)
tree096c6883e294bbf134b8c7ac901fd2ed8a2944c1
parentae150330b5e868cc51253b3790d3675fbcd32e58 (diff)
downloadtimeline-0fa37ee5e528fa4635da42c6c686c5758d034ff3.tar.gz
timeline-0fa37ee5e528fa4635da42c6c686c5758d034ff3.tar.bz2
timeline-0fa37ee5e528fa4635da42c6c686c5758d034ff3.zip
更新 Jenkinsfile
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2a499509..8d4e558f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
stage('构建与测试') {
steps {
sh 'dotnet test --logger:"junit;LogFileName=test-result.xml" --collect:"XPlat Code Coverage" --settings \'./Timeline.Tests/coverletArgs.runsettings\''
- codingHtmlReport(name: 'test-result', path: 'Timeline.Tests/TestResults/', entryFile: 'index.html')
+ junit 'Timeline.Tests/TestResults/test-result.xml'
}
}
}