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

@@ -1,8 +1,7 @@
pipeline {
agent any
tools {
maven "maven_354"
jdk "java_8"
maven "maven_jenkins"
}
stages {
stage('SCM') {