Skip to content

Commit

Permalink
test: use global tool jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Nov 17, 2023
1 parent 87d0286 commit cf22622
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ pipeline {
agent {
node { label 'docker-host' }
}

tools {
jdk 'Java17'
}
environment {
GIT_NAME = "volto-anchors"
NAMESPACE = "@eeacms"
Expand Down Expand Up @@ -231,9 +233,6 @@ pipeline {
}
}
}
tools {
jdk 'Java17'
}
steps {
script {
def scannerHome = tool 'SonarQubeScanner'
Expand Down

0 comments on commit cf22622

Please sign in to comment.