From a16c83967dd7e6374bcb13518aac0174f39bce27 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 7 Apr 2025 00:28:14 +0100 Subject: [PATCH] Added Maven install --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9f6fca4..f02de16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { tools { nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools + maven 'Maven3.9' } stages {