From 65155b6e5a55c7d75ca4cd7a097d9f6f879b53ec Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 25 Aug 2023 13:57:03 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ea40f26..71cc088 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { environment { JAVA_HOME = "/usr/lib/jvm/java-11-amazon-corretto.x86_64" + PATH = "$JAVA_HOME/bin:$PATH" } tools { // Install the Maven version 3.8.4 and add it to the path.