Skip to content

Commit

Permalink
fix: remove duplicated test report (maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Dec 5, 2024
1 parent b934941 commit cf4142d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ node {
}
}

stage('Generate test reports') {
dir("kura") {
junit 'kura/test/*/target/surefire-reports/*.xml,kura/examples/test/*/target/surefire-reports/*.xml'
}
}

stage('Archive .deb artifacts') {
dir("kura") {
archiveArtifacts artifacts: 'kura/distrib/target/*.deb', onlyIfSuccessful: true
Expand Down

0 comments on commit cf4142d

Please sign in to comment.