Added eula agreement script for Jenkinsfile.
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -4,6 +4,7 @@ pipeline {
|
||||
stage("server launch test") {
|
||||
steps {
|
||||
dir('server') {
|
||||
sh 'echo "eula=true" > eula.txt'
|
||||
sh "chmod u+x ./run.sh"
|
||||
sh "./run.sh"
|
||||
}
|
||||
|
Reference in New Issue
Block a user