Skip to content

Commit

Permalink
Disable Coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Nov 7, 2023
1 parent aea1081 commit b81ab71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ pipeline {
parallel {
/* Run static analysis on Linux */
stage('Coverity') {
when {
expression { false }
}
agent {
kubernetes {
yaml '''
Expand Down

0 comments on commit b81ab71

Please sign in to comment.