Parcourir la source

Future proof Jenkinsfile

Jared il y a 4 ans
Parent
commit
b79e707a20
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

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