Server launch test occurs on all branches.
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -16,11 +16,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage("server launch test") {
|
||||
when {
|
||||
not {
|
||||
branch '**/latest-modpack'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'echo "eula=true" > eula.txt'
|
||||
sh "chmod u+x ./run.sh"
|
||||
|
Reference in New Issue
Block a user