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 {