Skip to content

Commit

Permalink
disable sonar with the opposite property
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored Nov 20, 2023
1 parent 807b71d commit 462c83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Map getMultijobPRConfig() {
primary: true,
env : [
// Disable Sonarcloud analysis.
ENABLE_SONARCLOUD: false,
DISABLE_SONARCLOUD: true
]
]
],
Expand Down

0 comments on commit 462c83c

Please sign in to comment.