Explorar o código

Future proof Jenkinsfile

Jared %!s(int64=4) %!d(string=hai) anos
pai
achega
b79e707a20
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

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