archive scenario-test reports
This commit is contained in:
parent
c04da1ec4c
commit
2eb1359fdd
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -45,6 +45,9 @@ pipeline {
|
|||||||
sourcePattern: 'src/main/java'
|
sourcePattern: 'src/main/java'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// archive scenario-test reports
|
||||||
|
archiveArtifacts artifacts: 'doc/scenarios/*.html', allowEmptyArchive: true
|
||||||
|
|
||||||
// cleanup workspace
|
// cleanup workspace
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user