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 {
|
||||
jdk 'jdk25'
|
||||
maven 'maven-3.9'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user