Skip to content

Commit

Permalink
test: [JENKINS] Use java17 for sonarqube scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Nov 17, 2023
1 parent b359f50 commit d5e1586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pipeline {
tools {
jdk 'Java17'
}
agent {
node { label 'docker-host' }
}
Expand Down

0 comments on commit d5e1586

Please sign in to comment.