From 9703dddbbcb657bb0bf99629df3c32335ef1f586 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 23 Feb 2018 17:01:20 +0000 Subject: [PATCH] Simplify Jenkins checkout --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d06154..f8c4590 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,9 +6,7 @@ pipeline { checkout([ $class: 'GitSCM', branches: [[name: '**']], - doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanBeforeCheckout']], - submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'github-kemitix', url: 'git@github.com:kemitix/conditional.git']] ]) sh './mvnw clean install'