add-ci #4

Merged
Maxime Pierront merged 3 commits from add-ci into main 2025-11-23 01:19:54 +01:00
Showing only changes of commit ac66320f9a - Show all commits

6
Jenkinsfile vendored
View File

@@ -1,6 +1,12 @@
pipeline {
agent any
environment {
JAVA_HOME = '/var/lib/jenkins/tools/hudson.model.JDK/jdk25'
PATH = "${JAVA_HOME}/bin:${PATH}"
}
tools {
jdk 'jdk25'
maven 'maven-3.9'