Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Bug 573121: Add terminal specific test report location (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 24, 2021
1 parent 1e403d6 commit a7a5362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline {
post {
always {
container('cdt') {
junit '*/*/target/surefire-reports/*.xml'
junit '*/*/target/surefire-reports/*.xml,terminal/plugins/org.eclipse.tm.terminal.test/target/surefire-reports/*.xml'
archiveArtifacts '*/*/target/surefire-reports/**,**/screenshots/*.jpeg,**/target/**/*.log,terminal/repo/target/repository/**'
}
}
Expand Down

0 comments on commit a7a5362

Please sign in to comment.