Skip to content

Commit

Permalink
Revert "HSEARCH-4924 Fix sonar execution in Jenkinsfile for increment…
Browse files Browse the repository at this point in the history
…al builds"

The sonar plugin doesn't seem to work when the root module doesn't get
built, so this won't work.

This reverts commit 272c873.
  • Loading branch information
yrodiere committed Aug 25, 2023
1 parent 272c873 commit 3a5c6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ stage('Default build') {
""" : """ \
-Dsonar.branch.name=${helper.scmSource.branch.name} \
"""} \
$mavenArgs \
"""
}
}
Expand Down

0 comments on commit 3a5c6a6

Please sign in to comment.