@@ -2,6 +2,9 @@
pipeline {
agent any
+ tools {
+ jdk "jdk8u292-b10"
+ }
stages {
stage('Clean') {
steps {