From dc0a3610ec1b2be37365d17369c800889ff742dc Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 23 Aug 2023 16:37:40 -0500 Subject: [PATCH] try this --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d20004b..c548859 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stages { stage("clone") { steps { - checkout scmGit(branches: [[name: '*/slime/1.20.1']], extensions: [submodule(parentCredentials: true, recursiveSubmodules: true, reference: 'https://github.com/InfernalSuite/AdvancedSlimePaper')], userRemoteConfigs: [[url: 'https://github.com/AtlasMediaGroup/Scissors']]) + sh 'git submodule update --recursive' } } stage('applyPatches') {