First attempt to fix pipelines

This commit is contained in:
Guillem Hernandez Sola
2020-10-15 12:50:39 +02:00
parent e535c034d8
commit 74e64fe285
6 changed files with 1 additions and 7 deletions

View File

@@ -2,7 +2,6 @@ pipeline {
agent any
tools {
maven "maven_jenkins"
jdk "java_jenkins"
}
stages {
stage('Checkout') {