Fixed Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-16 01:10:16 -05:00
parent f1969da177
commit 0c8bf14c38

2
Jenkinsfile vendored
View File

@ -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') {