2 Commits

Author SHA1 Message Date
Maxime Pierront b8c9b382d8 Merge pull request 'Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.' (#3) from add-ci into main
rock-paper-scissors/pipeline/head There was a failure building this commit
Reviewed-on: #3
2025-11-23 00:40:16 +01:00
Maxime Pierront 56aa4c7b3a Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages. 2025-11-23 00:39:26 +01:00
Vendored
+5
View File
@@ -1,5 +1,10 @@
pipeline {
agent any
tools {
jdk 'jdk25'
}
stages {
stage('Compilation') {
steps {