generate HTML from scenario-test reports
This commit is contained in:
parent
82f1ec057f
commit
139863ea83
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -45,7 +45,11 @@ pipeline {
|
||||
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
|
||||
|
||||
// cleanup workspace
|
||||
|
Loading…
Reference in New Issue
Block a user