This commit is contained in:
2023-08-23 16:37:40 -05:00
committed by GitHub
parent 8bc2c95edb
commit 1bbbb18b2e

2
Jenkinsfile vendored
View File

@ -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') {