We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df1309 commit 4a5c59eCopy full SHA for 4a5c59e
1 file changed
components/jenkins.js
@@ -535,14 +535,14 @@ const FAILURE_PATTERNS = [{
535
pattern: /FATAL: .+/g,
536
filter: pickReason(-1, 0, 5),
537
name: 'build failure'
538
-}, {
539
- pattern: /Makefile:.+failed/g,
540
- filter: pickReason(0, 0, 5),
541
- name: 'build failure'
542
}, {
543
pattern: /make.*: write error/mg,
544
filter: pickReason(0, 0, 3),
545
+}, {
+ pattern: /Makefile:.+failed/g,
+ filter: pickReason(0, 0, 5),
+ name: 'build failure'
546
547
pattern: /make.*: .+ Error \d.*/g,
548
0 commit comments