Skip to content

Commit

Permalink
BXMSPROD-2104: new parameter for JDK version in SonarCloud analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes committed Aug 16, 2023
1 parent 232910a commit 3d3405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.sonarcloud
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
}
tools {
maven env.BUILD_MAVEN_TOOL
jdk env.BUILD_JDK_TOOL
jdk env.SONAR_JDK_TOOL
}
options {
timestamps()
Expand Down

0 comments on commit 3d3405e

Please sign in to comment.