Update Jenkinsfile to specify Maven 3.9 as required build tool.

This commit is contained in:
Maxime Pierront
2025-11-23 12:59:57 +01:00
parent 33b24c62d4
commit b4555aa73f

3
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
pipeline {
agent any
tools {
maven 'maven-3.9'
}
stages {
stage('Compilation') {
steps {