Skip to content

Commit

Permalink
Use Jenkinsfile JDK 11 as standard Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jan 4, 2022
1 parent c9f32e2 commit 4528672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.sb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

def LOCAL_REPOSITORY = env.LOCAL_REPOSITORY ?: '/home/jenkins/jenkins-slave/maven-repositories/0'
def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
def JDK_NAME = env.JDK_NAME ?: 'adoptopenjdk_hotspot_8u282'
def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'

def MAVEN_PARAMS = '-U -B -e -fae -V -Dmaven.repo.local=/home/jenkins/.m2/repository -Dmaven.compiler.fork=true'

Expand Down
89 changes: 0 additions & 89 deletions Jenkinsfile.sb.jdk11

This file was deleted.

0 comments on commit 4528672

Please sign in to comment.