feature/use-case-acceptance-tests-2 #117

Merged
hsh-michaelhoennig merged 38 commits from feature/use-case-acceptance-tests-2 into master 2024-11-05 13:58:39 +01:00
Showing only changes of commit 2eb1359fdd - Show all commits

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()
}