Changed integration branch's name in pipeline.
This commit is contained in:
parent
229605608b
commit
76d822902c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage("integrate modpack") {
|
||||
when {
|
||||
branch '**/integrate-modpack'
|
||||
branch '**/latest-modpack'
|
||||
}
|
||||
steps {
|
||||
sh "chmod u+x ./scripts/*.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user