Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ withPipeline(type, product, component) {
env.test_environment = 'aat'
}
afterAlways('functionalTest:aat') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/site/serenity/**/*'
steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'build/reports/**/*'
//steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/site/serenity/**/*'
//steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'build/reports/**/*'
}

// Kubernetes does not retrieve variables from the output terraform
Expand Down