We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4e066 commit 9cb86f5Copy full SHA for 9cb86f5
Jenkinsfile
@@ -1,6 +1,8 @@
1
node ("docker-light") {
2
def SOURCEDIR = pwd()
3
try {
4
+ env.JAVA_HOME = "${tool 'java21'}"
5
+ env.PATH = "${env.JAVA_HOME}/bin:${env.PATH}"
6
def mavenLocalRepo = "$JENKINS_HOME/maven-local-repositories/executor-$EXECUTOR_NUMBER"
7
stage("Clean up") {
8
step([$class: 'WsCleanup'])
0 commit comments