Set JAVA_HOME
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
7574605480
commit
ed9ccc399f
|
@ -1,5 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
environment {
|
||||||
|
JAVA_HOME='/usr/lib/jvm/temurin-17-jdk-amd64/'
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96'))
|
buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96'))
|
||||||
|
|
Loading…
Reference in New Issue