diff --git a/Jenkinsfile b/Jenkinsfile index 9fe52ab5a..bfcbb4bfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,9 @@ def branchName = "1.16"; pipeline { agent any + tools { + jdk "jdk8u292-b10" + } environment { ORG_GRADLE_PROJECT_secretFile = credentials('mod_build_secrets') @@ -135,4 +138,4 @@ pipeline { archiveArtifacts 'changelog.md' } } -} \ No newline at end of file +}