From 6172ccb95479585b18a323eefa75d9a111dafd9c Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 25 Aug 2023 13:54:53 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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'