Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-08-23 16:43:37 -05:00
parent dc0a3610ec
commit c39661c11a
No known key found for this signature in database
GPG Key ID: 9D1991811E093C02

4
Jenkinsfile vendored
View File

@ -4,9 +4,9 @@ pipeline {
GITHUB_BRANCH = "${BRANCH_NAME}" GITHUB_BRANCH = "${BRANCH_NAME}"
} }
stages { stages {
stage("clone") { stage('checkout') {
steps { steps {
sh 'git submodule update --recursive' 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') {