Fixed Jenkinsfile.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage("run server") {
|
||||
steps {
|
||||
dir('run server') {
|
||||
dir('server') {
|
||||
sh 'echo "eula=true" > eula.txt'
|
||||
sh "chmod u+x ./run.sh"
|
||||
lock('Port 25565') {
|
||||
|
Reference in New Issue
Block a user