diff --git a/Jenkinsfile b/Jenkinsfile index b81c401..ea40f26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,9 @@ pipeline { agent any + environment { + JAVA_HOME = "/usr/lib/jvm/java-11-amazon-corretto.x86_64" + } tools { // Install the Maven version 3.8.4 and add it to the path. maven 'maven384'