Skip to content

Commit

Permalink
Merge pull request #112 from jenkins-infra/INFRA-2243-fix
Browse files Browse the repository at this point in the history
[INFRA-2243] - JUnit archiver was taking a non-existent property in `buildPluginWithGradle()`
  • Loading branch information
oleg-nenashev authored Sep 2, 2019
2 parents 0930eee + 446d3ea commit 478d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildPluginWithGradle.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def call(Map params = [:]) {
}

stage("Archive (${stageIdentifier})") {
junit testReports '**/build/test-results/**/*.xml'
junit '**/build/test-results/**/*.xml'

//TODO(oleg-nenashev): Add static analysis results publishing like in buildPlugin() for Maven

Expand Down

0 comments on commit 478d9a9

Please sign in to comment.