Do not run tests on latest-modpack branch in Jenkinsfile.
This commit is contained in:
parent
fa79ec8feb
commit
0cf95dbd77
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user