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 c2e938d + b6a227c commit e42fe2fCopy full SHA for e42fe2f
Jenkinsfile
@@ -142,11 +142,11 @@ pipeline {
142
}
143
post {
144
always {
145
- recordIssues enabledForFailure: true, tools:
146
- [cppLint(),
147
- groovyScript(parserId: 'mathDependencies', pattern: '**/dependencies.log')]
+ recordIssues(
+ enabledForFailure: true,
+ tools: [cppLint(),groovyScript(parserId: 'mathDependencies', pattern: '**/dependencies.log')]
148
+ )
149
deleteDir()
-
150
151
152
@@ -574,7 +574,10 @@ pipeline {
574
575
576
node("linux") {
577
- recordIssues enabledForFailure: false, tool: clang()
578
+ enabledForFailure: false,
579
+ tool: clang()
580
581
582
583
success {
0 commit comments