add-ci #5

Merged
Maxime Pierront merged 2 commits from add-ci into main 2025-11-23 20:07:12 +01:00
Showing only changes of commit b4555aa73f - Show all commits

3
Jenkinsfile vendored
View File

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