archive scenario-test reports

This commit is contained in:
Michael Hoennig 2024-10-30 15:05:17 +01:00
parent c04da1ec4c
commit 2eb1359fdd

3
Jenkinsfile vendored
View File

@ -45,6 +45,9 @@ pipeline {
sourcePattern: 'src/main/java'
)
// archive scenario-test reports
archiveArtifacts artifacts: 'doc/scenarios/*.html', allowEmptyArchive: true
// cleanup workspace
cleanWs()
}