Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-08-23 16:35:23 -05:00
parent 76822727f6
commit 185c5ee1a6
No known key found for this signature in database
GPG Key ID: 9D1991811E093C02

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stages { stages {
stage("clone") { stage("clone") {
steps { steps {
checkout scmGit(branches: [[name: '*/slime/1.20.1']], extensions: [submodule(parentCredentials: true, recursiveSubmodules: true, reference: '')], userRemoteConfigs: [[url: 'https://github.com/AtlasMediaGroup/Scissors']]) 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']])
} }
} }
stage('applyPatches') { stage('applyPatches') {