Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-08-23 16:35:23 -05:00 committed by GitHub
parent cbd52d38d9
commit 8bc2c95edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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