Don't run server launch test stage on modpack merge branch.

This commit is contained in:
Harrison Deng 2022-05-12 15:20:03 -05:00
parent 88d3ada2fe
commit 13ddc5f350

5
Jenkinsfile vendored
View File

@ -16,6 +16,11 @@ pipeline {
}
}
stage("server launch test") {
when {
not {
branch '**/latest-modpack'
}
}
steps {
sh 'echo "eula=true" > eula.txt'
sh "chmod u+x ./run.sh"