Refactor InMemoryStatRepository initialization with default stats constant, make Application.main public, update Java version to 21 in pom.xml, and remove redundant Jenkinsfile configuration.
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -1,17 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
|
||||
environment {
|
||||
JAVA_HOME = '/var/lib/jenkins/tools/hudson.model.JDK/jdk25'
|
||||
PATH = "${JAVA_HOME}/bin:${PATH}"
|
||||
}
|
||||
|
||||
tools {
|
||||
jdk 'jdk25'
|
||||
maven 'maven-3.9'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Compilation') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user