Merge pull request 'Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.' (#3) from add-ci into main

Reviewed-on: pierront/rock-paper-scissors#3
This commit is contained in:
2025-11-23 00:40:16 +01:00

5
Jenkinsfile vendored
View File

@@ -1,5 +1,10 @@
pipeline {
agent any
tools {
jdk 'jdk25'
}
stages {
stage('Compilation') {
steps {