Fixed Jenkinsfile.
This commit is contained in:
parent
f1969da177
commit
0c8bf14c38
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') {
|
||||
|
Loading…
Reference in New Issue
Block a user