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 {
stage("integrate modpack") {
when {
branch '**/integrate-modpack'
branch '**/latest-modpack'
}
steps {
sh "chmod u+x ./scripts/*.sh"