From e535c034d899e2c4ba606b2a0ab8049f15a9114d Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 15 Oct 2020 12:46:34 +0200 Subject: [PATCH] Fix 001-groovy --- 001-maven-example.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/001-maven-example.groovy b/001-maven-example.groovy index 6881de5..3d78cb1 100644 --- a/001-maven-example.groovy +++ b/001-maven-example.groovy @@ -2,7 +2,6 @@ pipeline { agent any tools { maven "maven_jenkins" - jdk "java_jenkins" } stages { stage('Checkout') {