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 7a26d73 commit e920388
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 e920388

Please sign in to comment.