Skip to content

Commit b81ab71

Browse files
committed
Disable Coverity
1 parent aea1081 commit b81ab71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins/release.Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ pipeline {
3030
parallel {
3131
/* Run static analysis on Linux */
3232
stage('Coverity') {
33+
when {
34+
expression { false }
35+
}
3336
agent {
3437
kubernetes {
3538
yaml '''

0 commit comments

Comments
 (0)