Do not run tests on latest-modpack branch in Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-13 00:28:31 -05:00
parent fa79ec8feb
commit 0cf95dbd77

5
Jenkinsfile vendored
View File

@ -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"