forked from pierront/rock-paper-scissors
Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -3,6 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
tools {
|
tools {
|
||||||
jdk 'jdk25'
|
jdk 'jdk25'
|
||||||
|
maven 'maven-3.9'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user