diff --git a/Jenkinsfile b/Jenkinsfile index 09202d4..0f05336 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,9 @@ pipeline { agent { node { label 'docker-host' } } - + tools { + jdk 'Java17' + } environment { GIT_NAME = "volto-anchors" NAMESPACE = "@eeacms" @@ -231,9 +233,6 @@ pipeline { } } } - tools { - jdk 'Java17' - } steps { script { def scannerHome = tool 'SonarQubeScanner'