Changed integration branch's name in pipeline.

This commit is contained in:
Harrison Deng 2022-05-12 04:38:20 -05:00
parent 229605608b
commit 76d822902c

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage("integrate modpack") { stage("integrate modpack") {
when { when {
branch '**/integrate-modpack' branch '**/latest-modpack'
} }
steps { steps {
sh "chmod u+x ./scripts/*.sh" sh "chmod u+x ./scripts/*.sh"