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 {
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user