Add extra failed maven pattern

This commit is contained in:
Athenas Jimenez Gonzalez
2016-09-17 00:31:48 +00:00
parent fa8e083564
commit b1fba1c9e0
+1
View File
@@ -853,6 +853,7 @@ def parse_build_results(filename, returncode):
failed_pattern_go(line, r".*\.go:.*cannot find package \"(.*)\" in any of:")
failed_pattern_maven(line, "\[ERROR\] .* Cannot access central \(.*\) in offline mode and the artifact .*:(.*):[pom|jar]+:.* has not been downloaded from it before. .*")
failed_pattern_maven(line, "\[ERROR\] .* Cannot access central \(.*\) in offline mode and the artifact .*:(.*):[jar|pom]+:.* has not been downloaded from it before.*")
failed_pattern_maven(line, "\[WARNING\] The POM for .*:(.*):[jar|pom]+:.* is missing, no dependency information available")
if infiles == 1 and line.find("RPM build errors") >= 0:
infiles = 2