Skip to content

Commit b6a227c

Browse files
author
Nicusor Serban
committed
Align perfReport plugin after removing deprecated args
1 parent 406ee92 commit b6a227c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ pipeline {
145145
recordIssues(
146146
enabledForFailure: true,
147147
tools: [cppLint(),groovyScript(parserId: 'mathDependencies', pattern: '**/dependencies.log')]
148-
deleteDir()
149148
)
149+
deleteDir()
150150
}
151151
}
152152
}

0 commit comments

Comments
 (0)