Don't run server launch test stage on modpack merge branch.
This commit is contained in:
parent
88d3ada2fe
commit
13ddc5f350
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -16,6 +16,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("server launch test") {
|
stage("server launch test") {
|
||||||
|
when {
|
||||||
|
not {
|
||||||
|
branch '**/latest-modpack'
|
||||||
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'echo "eula=true" > eula.txt'
|
sh 'echo "eula=true" > eula.txt'
|
||||||
sh "chmod u+x ./run.sh"
|
sh "chmod u+x ./run.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user