Added Maven install
Some checks failed
tombutcher.work/tombutcher-auth/pipeline/head There was a failure building this commit
ci / test (push) Has been cancelled
ci / Check if version upgrade (push) Has been cancelled
ci / create_github_release (push) Has been cancelled

This commit is contained in:
Tom Butcher 2025-04-07 00:28:14 +01:00
parent 49bee73796
commit a16c83967d

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
tools { tools {
nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools
maven 'Maven3.9'
} }
stages { stages {