Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.

This commit is contained in:
Maxime Pierront
2025-11-23 00:48:59 +01:00
parent 56aa4c7b3a
commit 71cc786ea5

1
Jenkinsfile vendored
View File

@@ -3,6 +3,7 @@ pipeline {
tools { tools {
jdk 'jdk25' jdk 'jdk25'
maven 'maven-3.9'
} }
stages { stages {