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'