generate HTML from scenario-test reports

This commit is contained in:
Michael Hoennig 2024-10-30 15:46:13 +01:00
parent 82f1ec057f
commit 139863ea83

6
Jenkinsfile vendored
View File

@ -45,7 +45,11 @@ pipeline {
sourcePattern: 'src/main/java' sourcePattern: 'src/main/java'
) )
// archive scenario-test reports // archive scenario-test reports in HTML format
sh '''
cd doc/scenarios
./to-html
'''
archiveArtifacts artifacts: 'doc/scenarios/*.html', allowEmptyArchive: true archiveArtifacts artifacts: 'doc/scenarios/*.html', allowEmptyArchive: true
// cleanup workspace // cleanup workspace