We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6426fe + cbe95e7 commit c660e78Copy full SHA for c660e78
Jenkinsfile
@@ -68,13 +68,15 @@ pipeline {
68
failure {
69
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: '[email protected]', sendToIndividuals: true])
70
}
71
- logParser ([
72
- projectRulePath: 'parse_rules',
73
- parsingRulesPath: '',
74
- showGraphs: true,
75
- unstableOnWarning: true,
76
- useProjectRule: true,
77
- ])
+ always {
+ logParser ([
+ projectRulePath: 'parse_rules',
+ parsingRulesPath: '',
+ showGraphs: true,
+ unstableOnWarning: true,
+ useProjectRule: true,
78
+ ])
79
+ }
80
81
82
// The options directive is for configuration that applies to the whole job.
0 commit comments