Skip to content

Commit

Permalink
Fix Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 22, 2024
1 parent 43cdb0b commit 9cdec81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/it/MINVOKER-351/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
def buildLog = new File(basedir, 'target/it/minvoker-351/build.log').text
buildLog.contains('Special chars \tcharName=BEL: \u0007')


def surefireReport = new File(basedir, 'target/site/surefire-report.html').text
assert surefireReport.contains('maven.invoker.it.minvoker-351')

// TODO remove after next release
// Due to error parsing junit-reports by Jenkins with forbidden chars
new File(basedir, 'build.log').delete()

return true

0 comments on commit 9cdec81

Please sign in to comment.